Lines Matching refs:sockets
412 /* Creates server listening sockets
413 * @param sockets [out] list of created server listening sockets
417 * @param nonblocking true for nonblocking sockets
418 * @param family sockets expected family
419 * @param socktype sockets type
420 * @param protocol sockets protocol
423 * @return int >=0 number of created server sockets, ==-1 on error
425 static int CreateServerSockets(ATSocketList &sockets, in_port_t port,
432 static int CreateServerSockets(ATSocketList &sockets, const char *port,
444 * @param nonblocking true for nonblocking sockets
445 * @param family sockets expected family
446 * @param socktype sockets type
447 * @param protocol sockets protocol
468 * @param socktype sockets type
469 * @param protocol sockets protocol
490 * @param family sockets expected family
491 * @param socktype sockets type
492 * @param protocol sockets protocol
504 * @param family sockets expected family
505 * @param socktype sockets type
506 * @param protocol sockets protocol
521 * @param family sockets expected family
522 * @param socktype sockets type
523 * @param protocol sockets protocol
541 /* Accepts connection on sockets - returns address or error
545 * @param nonblocking true for nonblocking sockets