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.c301 int setsockopt_bypass(int s, int family) in setsockopt_bypass() function
355 setsockopt_bypass(s, remote->sa_family);
749 if (setsockopt_bypass(sendsock, src->sa_family) < 0) {
788 setsockopt_bypass(so, family) in setsockopt_bypass() function
Disakmp.c1690 if (setsockopt_bypass(p->sock, p->addr->sa_family) < 0) in isakmp_open()