Searched refs:ipsec_ifp (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_ipsec.h41 ifnet_t ipsec_ifp; member in struct:ipsec_pcb
H A Dif_ipsec.c232 result = ifnet_allocate_extended(&ipsec_init, &pcb->ipsec_ifp);
241 ifnet_set_mtu(pcb->ipsec_ifp, 1500);
242 ifnet_set_flags(pcb->ipsec_ifp, IFF_UP | IFF_MULTICAST | IFF_POINTOPOINT, 0xffff);
247 ifnet_set_eflags(pcb->ipsec_ifp, IFEF_NOAUTOIPV6LL, IFEF_NOAUTOIPV6LL);
251 ifnet_set_stat(pcb->ipsec_ifp, &stats);
254 result = ifnet_attach(pcb->ipsec_ifp, NULL);
257 ifnet_release(pcb->ipsec_ifp);
263 bpfattach(pcb->ipsec_ifp, DLT_NULL, 4);
267 ifnet_set_flags(pcb->ipsec_ifp, IFF_RUNNING, IFF_RUNNING);
427 ifnet_t ifp = pcb->ipsec_ifp;
[all...]

Completed in 31 milliseconds