Searched refs:xsocket (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | if.h | 251 int xsocket(int, int, int);
|
| H A D | if.c | 114 ctx->pf_link_fd = xsocket(PF_LINK, SOCK_DGRAM | SOCK_CLOEXEC, 0); in if_opensockets() 124 ctx->pf_inet_fd = xsocket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in if_opensockets() 968 xsocket(int domain, int type, int protocol) in xsocket() function
|
| H A D | if-bsd.c | 172 priv->pf_inet6_fd = xsocket(PF_INET6, SOCK_DGRAM | SOCK_CLOEXEC, 0); in if_opensockets_os() 182 ctx->link_fd = xsocket(PF_ROUTE, SOCK_RAW | SOCK_CXNB, AF_UNSPEC); in if_opensockets_os() 236 priv->pf_link_fd = xsocket(PF_LINK, SOCK_DGRAM, 0); in if_opensockets_os()
|
| H A D | privsep-root.c | 262 s = xsocket(PF_INET, SOCK_DGRAM, 0); in ps_root_doioctl() 701 ctx->udp_wfd = xsocket(PF_INET, in ps_root_startcb()
|
| H A D | control.c | 392 if ((fd = xsocket(AF_UNIX, SOCK_STREAM | SOCK_CXNB, 0)) == -1) in make_sock()
|
| H A D | if-options.c | 2505 skip = xsocket(PF_INET, SOCK_DGRAM, 0); in read_config() 2513 skip = xsocket(PF_INET6, SOCK_DGRAM, 0); in read_config()
|
| H A D | dhcp6.c | 3831 fd = xsocket(PF_INET6, SOCK_RAW | SOCK_CXNB, IPPROTO_UDP); in dhcp6_openraw() 3856 s = xsocket(PF_INET6, SOCK_DGRAM | SOCK_CXNB, IPPROTO_UDP); in dhcp6_openudp()
|
| H A D | dhcp.c | 1568 if ((s = xsocket(PF_INET, SOCK_DGRAM | SOCK_CXNB, IPPROTO_UDP)) == -1) in dhcp_openudp() 3987 ctx->udp_wfd = xsocket(PF_INET, SOCK_RAW|SOCK_CXNB,IPPROTO_UDP); in dhcp_start1()
|
| H A D | ipv6nd.c | 223 fd = xsocket(PF_INET6, SOCK_RAW | SOCK_CXNB, IPPROTO_ICMPV6); in ipv6nd_open()
|
| /netbsd-src/sys/netinet/ |
| H A D | dccp_var.h | 149 struct xsocket xd_socket;
|