Home
last modified time | relevance | path

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

/dports/dns/dq/dq-20181021/dq/
H A Dxsocket_type.c4 int xsocket_type(const unsigned char *ip) { in xsocket_type() function
H A Dxsocket.h29 extern int xsocket_type(const unsigned char *);
H A DSOURCES71 xsocket_type
H A DLIBS69 xsocket_type.o
H A Ddqcache.c481 mytypeincoming = xsocket_type(myipincoming); in main()
H A Dquery.c796 if (xsocket_type(whichserver) == XSOCKET_V4) ++tx4; in doit()
797 if (xsocket_type(whichserver) == XSOCKET_V6) ++tx6; in doit()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dxconnect.c346 int FAST_FUNC xsocket_type(len_and_sockaddr **lsap, int family, int sock_type) in xsocket_type() function
383 return xsocket_type(lsap, AF_UNSPEC, SOCK_STREAM); in xsocket_stream()
396 fd = xsocket_type(&lsa, AF_UNSPEC, sock_type); in create_and_bind_or_die()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dnc_bloaty.c849 x = xsocket_type(&ouraddr, in nc_main()
H A Dntpd.c897 p->p_fd = fd = xsocket_type(&local_lsa, family, SOCK_DGRAM); in send_query_to_peer()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h637 int xsocket_type(len_and_sockaddr **lsap, int af, int sock_type) FAST_FUNC;