Searched refs:open_socket (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | socket.c | 190 open_socket(
|
/freebsd/crypto/heimdal/kdc/ |
H A D | hprop.c | 54 open_socket(krb5_context context, const char *hostname, const char *port) in open_socket() function 301 fd = open_socket(context, host, port); in propagate_database()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 283 static SOCKET open_socket (sockaddr_u *, int, int, endpt *); 1023 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif); in create_wildcards() 1074 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif); in create_wildcards() 1395 iface->fd = open_socket(&iface->sin, in refresh_interface() 2074 iface->fd = open_socket(&iface->sin, 0, 0, iface); in create_interface() 2689 ep->bfd = open_socket(&ep->bcast, 1, 0, ep); in io_setbclient() 2815 ep->fd = open_socket(&ep->sin, 0, 0, ep); 2927 open_socket( function
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 181 static int open_socket(void); 209 if (open_socket() != -1) { in ntp_start() 245 open_socket(void) in open_socket() function
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hlr_auc_gw.c | 251 static int open_socket(const char *path) in open_socket() function 1074 serv_sock = open_socket(socket_path); in main()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 1410 * kdc/hpropd.c (open_socket): stupid cast to get rid of a warning
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 2928 * ntpd/ntp_io.c (open_socket): TOS support 5401 * ntpd/ntp_io.c (open_socket): Use ntoa() to print out the address
|
H A D | CommitLog | [all...] |