Home
last modified time | relevance | path

Searched refs:detach_error (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_utun.c1172 errno_t detach_error = 0; in utun_flowswitch_attach() local
1173 if ((detach_error = ifnet_detach(pcb->utun_ifp)) != 0) { in utun_flowswitch_attach()
1174 panic("utun_flowswitch_attach - ifnet_detach failed: %d", detach_error); in utun_flowswitch_attach()
H A Dif_ipsec.c2216 errno_t detach_error = 0; in ipsec_flowswitch_attach() local
2217 if ((detach_error = ifnet_detach(pcb->ipsec_ifp)) != 0) { in ipsec_flowswitch_attach()
2218 panic("ipsec_flowswitch_attach - ifnet_detach failed: %d", detach_error); in ipsec_flowswitch_attach()