Home
last modified time | relevance | path

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

/aosp12/bionic/libc/dns/resolv/
H A Dres_send.c162 random_bind( int s, int family ) in random_bind() function
832 if (random_bind(statp->_vcsock,nsap->sa_family) < 0) { in send_vc()
1129 if (random_bind(EXT(statp).nssocks[ns], nsap->sa_family) < 0) { in send_dg()
/aosp12/packages/modules/DnsResolver/
H A Dres_send.cpp240 static int random_bind(int s, int family) { in random_bind() function
727 if (random_bind(statp->tcp_nssock, nsap->sa_family) < 0) { in send_vc()
1045 if (random_bind(statp->nssocks[*ns], nsap->sa_family) < 0) { in send_dg()