Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dif_utun.c1171 errno_t detach_error = 0; in utun_flowswitch_attach() local
1172 if ((detach_error = ifnet_detach(pcb->utun_ifp)) != 0) { in utun_flowswitch_attach()
1173 panic("utun_flowswitch_attach - ifnet_detach failed: %d", detach_error); in utun_flowswitch_attach()
H A Dif_ipsec.c2215 errno_t detach_error = 0; in ipsec_flowswitch_attach() local
2216 if ((detach_error = ifnet_detach(pcb->ipsec_ifp)) != 0) { in ipsec_flowswitch_attach()
2217 panic("ipsec_flowswitch_attach - ifnet_detach failed: %d", detach_error); in ipsec_flowswitch_attach()