Searched refs:open_socket (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/ntp/libntp/
H A Dsocket.c190 open_socket(
/freebsd-10.1-release/crypto/heimdal/kdc/
H A Dhprop.c54 open_socket(krb5_context context, const char *hostname, const char *port) function
301 fd = open_socket(context, host, port);
/freebsd-10.1-release/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c179 static int open_socket(void);
207 if (open_socket() != -1) {
243 open_socket(void) function
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c234 static int open_socket(const char *path) function
1008 serv_sock = open_socket(socket_path);
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_io.c281 static SOCKET open_socket (sockaddr_u *, int, int, endpt *);
1112 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif);
1163 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif);
1494 interface->fd = open_socket(&interface->sin,
2066 iface->fd = open_socket(&iface->sin, 0, 0, iface);
2601 interf->bfd = open_socket(&interf->bcast, 1, 0, interf);
2726 ep->fd = open_socket(&ep->sin, 0, 0, ep);
2833 * open_socket - open a socket, returning the file descriptor
2837 open_socket( function

Completed in 186 milliseconds