Home
last modified time | relevance | path

Searched refs:setsockopt_bypass (Results 1 – 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
Dsockmisc.h65 extern int setsockopt_bypass __P((int, int));
Dsockmisc.c296 int setsockopt_bypass(int s, int family) in setsockopt_bypass() function
344 setsockopt_bypass(s, remote->sa_family);
734 if (setsockopt_bypass(sendsock, src->sa_family) < 0) {
773 setsockopt_bypass(so, family) in setsockopt_bypass() function
Disakmp.c1685 if (setsockopt_bypass(p->sock, p->addr->sa_family) < 0) in isakmp_open()