Searched refs:ipsec_setsocket (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.h344 extern int ipsec_setsocket(struct mbuf *, struct socket *);
H A Dudp6_output.c314 if (ipsec_bypass == 0 && ipsec_setsocket(m, in6p->in6p_socket) != 0) {
H A Dnd6_nbr.c518 (void)ipsec_setsocket(m, NULL);
974 (void)ipsec_setsocket(m, NULL);
H A Draw_ip6.c431 if (ipsec_bypass == 0 && ipsec_setsocket(m, so) != 0) {
H A Dicmp6.c2186 (void)ipsec_setsocket(m, NULL);
2704 (void)ipsec_setsocket(m, NULL);
H A Dip6_output.c199 (void)ipsec_setsocket(m, NULL);
H A Dipsec.c3992 ipsec_setsocket( function
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c1430 if (ipsec_bypass == 0 && ipsec_setsocket(m, so) != 0) {
1490 ipsec_setsocket(m, so);
H A Draw_ip.c375 if (ipsec_bypass == 0 && ipsec_setsocket(m, so) != 0) {
H A Dip_output.c359 (void)ipsec_setsocket(m, NULL);
369 (void)ipsec_setsocket(m, NULL);
H A Dudp_usrreq.c1156 if (ipsec_bypass == 0 && ipsec_setsocket(m, inp->inp_socket) != 0) {
H A Dtcp_subr.c645 if (ipsec_bypass == 0 && ipsec_setsocket(m, tp ? tp->t_inpcb->inp_socket : NULL) != 0) {

Completed in 98 milliseconds