HomeSort by: relevance | last modified time | path
    Searched refs:open_socket (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/apm/
apm.c 57 static int open_socket(const char *);
118 fd = open_socket(pn);
126 open_socket(const char *sockname) function
222 fd = open_socket(sockname);
  /src/external/bsd/ntp/dist/libntp/
socket.c 192 open_socket(
  /src/usr.bin/rump_dhcpclient/
net.h 143 int open_socket(struct interface *, int);
bpf.c 53 open_socket(struct interface *iface, int protocol) function
main.c 248 if (open_socket(ifp, ETHERTYPE_IP) == -1)
  /src/crypto/external/bsd/heimdal/dist/kdc/
hprop.c 56 open_socket(krb5_context context, const char *hostname, const char *port) function
303 fd = open_socket(context, host, port);
  /src/external/bsd/ppp/dist/pppd/
tty.c 124 static int open_socket(char *);
702 int fd = open_socket(pty_socket);
912 * open_socket - establish a stream socket connection to the nominated
916 open_socket(char *dest) function
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 285 static SOCKET open_socket (sockaddr_u *, int, int, endpt *);
1024 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif);
1075 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif);
1396 iface->fd = open_socket(&iface->sin,
2077 iface->fd = open_socket(&iface->sin, 0, 0, iface);
2692 ep->bfd = open_socket(&ep->bcast, 1, 0, ep);
2818 ep->fd = open_socket(&ep->sin, 0, 0, ep);
2926 * open_socket - open a socket, returning the file descriptor
2930 open_socket( function
  /src/external/bsd/wpa/dist/hostapd/
hlr_auc_gw.c 251 static int open_socket(const char *path) function
1074 serv_sock = open_socket(socket_path);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dispatch.c 326 open_socket(isc_socketmgr_t *mgr, const isc_sockaddr_t *local,
736 result = open_socket(sockmgr, &localaddr, bindoptions, &sock,
753 "open_socket(%s) -> %s: continuing", buf,
1660 open_socket(isc_socketmgr_t *mgr, const isc_sockaddr_t *local, function
2624 result = open_socket(sockmgr, &localaddr_bound, 0,
2645 result = open_socket(sockmgr, localaddr,
2660 result = open_socket(sockmgr, localaddr, 0, &sock, NULL, false);
2747 result = open_socket(sockmgr, localaddr, 0, &sock, NULL,

Completed in 30 milliseconds