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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dheader.h72 extern void open_socket (int which, char *hostnames, int timespan);
/netbsd-6-1-5-RELEASE/usr.sbin/apm/
H A Dapm.c57 static int open_socket(const char *);
118 fd = open_socket(pn);
126 open_socket(const char *sockname) function
222 fd = open_socket(sockname);
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dnet.h160 int open_socket(struct interface *, int);
H A Darp.c210 open_socket(iface, ETHERTYPE_ARP);
268 open_socket(iface, ETHERTYPE_ARP);
H A Dbpf.c52 open_socket(struct interface *iface, int protocol) function
H A Ddhcpcd.c1723 if ((r = open_socket(iface, ETHERTYPE_IP)) == -1)
1724 syslog(LOG_ERR, "%s: open_socket: %m", iface->name);
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Dnet.h143 int open_socket(struct interface *, int);
H A Dbpf.c53 open_socket(struct interface *iface, int protocol) function
H A Dmain.c248 if (open_socket(ifp, ETHERTYPE_IP) == -1)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dhprop.c56 open_socket(krb5_context context, const char *hostname, const char *port) function
303 fd = open_socket(context, host, port);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c260 static SOCKET open_socket (sockaddr_u *, int, int, endpt *);
1215 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif);
1262 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif);
1598 interface->fd = open_socket(&interface->sin,
2118 iface->fd = open_socket(&iface->sin, 0, 0, iface);
2650 interf->bfd = open_socket(&interf->bcast, 1, 0, interf);
2743 ep->fd = open_socket(&ep->sin, 0, 0, ep);
2915 * open_socket - open a socket, returning the file descriptor
2919 open_socket( function
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/hostapd/
H A Dhlr_auc_gw.c89 static int open_socket(const char *path) function
700 serv_sock = open_socket(socket_path);
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dtty.c127 static int open_socket __P((char *));
663 int fd = open_socket(pty_socket);
875 * open_socket - establish a stream socket connection to the nominated
879 open_socket(dest) function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Ddispatch.c333 static isc_result_t open_socket(isc_socketmgr_t *mgr, isc_sockaddr_t *local,
910 result = open_socket(sockmgr, &localaddr, bindoptions, &sock,
926 "open_socket(%s) -> %s: continuing",
1795 open_socket(isc_socketmgr_t *mgr, isc_sockaddr_t *local, function
2814 result = open_socket(sockmgr, &localaddr_bound,
2830 result = open_socket(sockmgr, localaddr,
2844 result = open_socket(sockmgr, localaddr, 0, &sock, NULL);
2926 result = open_socket(sockmgr, localaddr, 0, &sock, NULL);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/
H A Dqueryperf.c735 * open_socket:
743 open_socket(void) { function
863 if ((s = open_socket()) == -1)

Completed in 123 milliseconds