Home
last modified time | relevance | path

Searched refs:sock_type (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/libbb/
Dxconnect.c341 int FAST_FUNC xsocket_type(len_and_sockaddr **lsap, int family, int sock_type) in xsocket_type() argument
349 fd = socket(AF_INET6, sock_type, 0); in xsocket_type()
358 fd = xsocket(family, sock_type, 0); in xsocket_type()
381 static int create_and_bind_or_die(const char *bindaddr, int port, int sock_type) in create_and_bind_or_die() argument
389 fd = xsocket(lsa->u.sa.sa_family, sock_type, 0); in create_and_bind_or_die()
391 fd = xsocket_type(&lsa, AF_UNSPEC, sock_type); in create_and_bind_or_die()
/busybox-1.35.0/include/
Dlibbb.h775 int xsocket_type(len_and_sockaddr **lsap, int af, int sock_type) FAST_FUNC;