Home
last modified time | relevance | path

Searched refs:accept_connection (Results 1 – 2 of 2) sorted by relevance

/xen/tools/ocaml/xenstored/
A Dxenstored.ml334 let accept_connection can_write fd =
360 maybe (fun fd -> do_if_set fd rset (accept_connection true)) rw_sock;
361 maybe (fun fd -> do_if_set fd rset (accept_connection false)) ro_sock;
/xen/tools/xenstore/
A Dxenstored_core.c1529 static void accept_connection(int sock, bool canwrite) in accept_connection() function
1571 static void accept_connection(int sock, bool canwrite) in accept_connection() function
2150 accept_connection(sock, true); in main()
2160 accept_connection(ro_sock, false); in main()

Completed in 6 milliseconds