Searched refs:setpolicy (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/xsm/
H A Dacm_ops.h136 struct acm_setpolicy setpolicy; member in union:xen_acmctl::__anon6858
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute6/
H A Dtraceroute6.c317 static int setpolicy(int so, const char *policy);
615 if (setpolicy(rcvsock, "in bypass") < 0)
617 if (setpolicy(rcvsock, "out bypass") < 0)
684 if (setpolicy(sndsock, "in bypass") < 0)
686 if (setpolicy(sndsock, "out bypass") < 0)
905 setpolicy(int so, const char *policy) function
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute/
H A Dtraceroute.c451 static int setpolicy(int, const char *);
739 if (setpolicy(s, "in bypass") < 0)
741 if (setpolicy(s, "out bypass") < 0)
772 if (setpolicy(sndsock, "in bypass") < 0)
774 if (setpolicy(sndsock, "out bypass") < 0)
1855 setpolicy(int so, const char *policy) function
/netbsd-6-1-5-RELEASE/sbin/ping6/
H A Dping6.c277 static int setpolicy(int, char *);
740 if (setpolicy(s, policy_in) < 0)
742 if (setpolicy(s, policy_out) < 0)
2523 setpolicy(int so, char *policy) function
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dcommands.c2168 static int setpolicy (int, struct addrinfo *, char *);
2171 setpolicy(int netw, struct addrinfo *res, char *policy)
2344 if (setpolicy(net, res, ipsec_policy_in) < 0) {
2349 if (setpolicy(net, res, ipsec_policy_out) < 0) {
2163 setpolicy(int netw, struct addrinfo *res, char *policy) function

Completed in 184 milliseconds