Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dudp_io.c122 socklen_t sa_size) in recv_from_to() argument
126 return recvfrom(fd, buf, len, flags, from, &sa_size); in recv_from_to()
145 msg.msg_namelen = sa_size; in recv_from_to()
/busybox-1.35.0/include/
Dlibbb.h910 socklen_t sa_size) FAST_FUNC;