Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Din6_ifattach.c687 int errorx; in in6_domifattach() local
693 errorx = proto_unplumb(PF_INET6, ifp); in in6_domifattach()
694 if (errorx != 0) { /* XXX should not fail */ in in6_domifattach()
697 __func__, errorx, ifp->if_name, in in6_domifattach()
/xnu-8019.80.24/bsd/netinet/
H A Din.c355 int errorx; in in_domifattach() local
360 errorx = proto_unplumb(PF_INET, ifp); in in_domifattach()
361 if (errorx != 0) { in in_domifattach()
364 __func__, errorx, ifp->if_name, in in_domifattach()