/src/usr.sbin/traceroute6/ |
traceroute6.c | 316 static int setpolicy(int, const char *); 558 if (setpolicy(rcvsock, "in bypass") < 0) 560 if (setpolicy(rcvsock, "out bypass") < 0) 587 if (setpolicy(sndsock, "in bypass") < 0) 589 if (setpolicy(sndsock, "out bypass") < 0) 784 setpolicy(int so, const char *policy) function in typeref:typename:int
|
/src/usr.bin/telnet/ |
commands.c | 2063 static int setpolicy (int, struct addrinfo *, char *); 2066 setpolicy(int netw, struct addrinfo *res, char *policy) 2214 if (setpolicy(net, res, ipsec_policy_in) < 0) { 2220 if (setpolicy(net, res, ipsec_policy_out) < 0) { 2058 setpolicy(int netw, struct addrinfo *res, char *policy) function in typeref:typename:int
|
/src/usr.sbin/traceroute/ |
traceroute.c | 430 static int setpolicy(int, const char *); 719 if (setpolicy(s, "in bypass") < 0) 721 if (setpolicy(s, "out bypass") < 0) 752 if (setpolicy(sndsock, "in bypass") < 0) 754 if (setpolicy(sndsock, "out bypass") < 0) 1835 setpolicy(int so, const char *policy) function in typeref:typename:int
|
/src/sbin/ping6/ |
ping6.c | 271 static int setpolicy(int, char *); 718 if (setpolicy(s, policy_in) < 0) 720 if (setpolicy(s, policy_out) < 0) 2439 setpolicy(int so, char *policy) function in typeref:typename:int
|