Searched refs:setsockopt_bypass (Results 1 – 3 of 3) sorted by relevance
65 extern int setsockopt_bypass __P((int, int));
293 int setsockopt_bypass(int s, int family) in setsockopt_bypass() function344 setsockopt_bypass(s, remote->sa_family);734 if (setsockopt_bypass(sendsock, src->sa_family) < 0) {773 setsockopt_bypass(so, family) in setsockopt_bypass() function
1683 if (setsockopt_bypass(p->sock, p->addr->sa_family) < 0) in isakmp_open()