Home
last modified time | relevance | path

Searched refs:xsocket (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif.h251 int xsocket(int, int, int);
H A Dif.c114 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 Dif-bsd.c172 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 Dprivsep-root.c262 s = xsocket(PF_INET, SOCK_DGRAM, 0); in ps_root_doioctl()
701 ctx->udp_wfd = xsocket(PF_INET, in ps_root_startcb()
H A Dcontrol.c392 if ((fd = xsocket(AF_UNIX, SOCK_STREAM | SOCK_CXNB, 0)) == -1) in make_sock()
H A Dif-options.c2505 skip = xsocket(PF_INET, SOCK_DGRAM, 0); in read_config()
2513 skip = xsocket(PF_INET6, SOCK_DGRAM, 0); in read_config()
H A Ddhcp6.c3831 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 Ddhcp.c1568 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 Dipv6nd.c223 fd = xsocket(PF_INET6, SOCK_RAW | SOCK_CXNB, IPPROTO_ICMPV6); in ipv6nd_open()
/netbsd-src/sys/netinet/
H A Ddccp_var.h149 struct xsocket xd_socket;