Searched refs:xsocket (Results 51 - 75 of 84) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/sysklogd/
H A Dsyslogd.c530 sock_fd = xsocket(AF_UNIX, SOCK_DGRAM, 0);
551 return xsocket(rh->remoteAddr->u.sa.sa_family, SOCK_DGRAM, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Difplugd.c490 fd = xsocket(PF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE);
581 xmove_fd(xsocket(AF_INET, SOCK_DGRAM, 0), ioctl_fd);
H A Dnc_bloaty.c488 rr = xsocket(ouraddr->u.sa.sa_family, SOCK_STREAM, 0);
808 x = xsocket(ouraddr->u.sa.sa_family, x, 0);
H A Darp.c468 xmove_fd(xsocket(AF_INET, SOCK_DGRAM, 0), sockfd);
H A Difenslave.c485 xmove_fd(xsocket(AF_INET, SOCK_DGRAM, 0), skfd);
H A Dzcip.c259 xmove_fd(xsocket(AF_PACKET, SOCK_PACKET, htons(ETH_P_ARP)), sock_fd);
H A Dtftp.c244 socket_fd = xsocket(peer_lsa->u.sa.sa_family, SOCK_DGRAM, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/sysklogd/
H A Dsyslogd.c530 sock_fd = xsocket(AF_UNIX, SOCK_DGRAM, 0);
551 return xsocket(rh->remoteAddr->u.sa.sa_family, SOCK_DGRAM, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Darp.c468 xmove_fd(xsocket(AF_INET, SOCK_DGRAM, 0), sockfd);
H A Difenslave.c485 xmove_fd(xsocket(AF_INET, SOCK_DGRAM, 0), skfd);
H A Dzcip.c259 xmove_fd(xsocket(AF_PACKET, SOCK_PACKET, htons(ETH_P_ARP)), sock_fd);
H A Dtftp.c244 socket_fd = xsocket(peer_lsa->u.sa.sa_family, SOCK_DGRAM, 0);
H A Dftpd.c416 G.pasv_listen_fd = fd = xsocket(G.local_addr->u.sa.sa_family, SOCK_STREAM, 0);
H A Dinterface.c614 skfd = xsocket(AF_INET, SOCK_DGRAM, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Darp.c468 xmove_fd(xsocket(AF_INET, SOCK_DGRAM, 0), sockfd);
H A Difenslave.c485 xmove_fd(xsocket(AF_INET, SOCK_DGRAM, 0), skfd);
H A Dzcip.c259 xmove_fd(xsocket(AF_PACKET, SOCK_PACKET, htons(ETH_P_ARP)), sock_fd);
H A Dtftp.c244 socket_fd = xsocket(peer_lsa->u.sa.sa_family, SOCK_DGRAM, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxfuncs_printf.c382 int FAST_FUNC xsocket(int domain, int type, int protocol) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/libiproute/
H A Dlibnetlink.c30 rth->fd = xsocket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dxfuncs_printf.c382 int FAST_FUNC xsocket(int domain, int type, int protocol) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/libiproute/
H A Dlibnetlink.c30 rth->fd = xsocket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dxfuncs_printf.c382 int FAST_FUNC xsocket(int domain, int type, int protocol) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/libiproute/
H A Dlibnetlink.c30 rth->fd = xsocket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/udhcp/
H A Ddhcpc.c1004 fd = xsocket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IP));

Completed in 231 milliseconds

1234