Home
last modified time | relevance | path

Searched refs:open_socket (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dsocket.c190 open_socket(
/freebsd/crypto/heimdal/kdc/
H A Dhprop.c54 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 Dntp_io.c283 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 Dsnmp_ntp.c181 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 Dhlr_auc_gw.c251 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 DChangeLog.19991410 * kdc/hpropd.c (open_socket): stupid cast to get rid of a warning
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02928 * ntpd/ntp_io.c (open_socket): TOS support
5401 * ntpd/ntp_io.c (open_socket): Use ntoa() to print out the address
H A DCommitLog[all...]