Searched refs:IFD_ALLOC (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_llreach.c484 lr->lr_debug |= IFD_ALLOC;
496 } else if (!(lr->lr_debug & IFD_ALLOC)) {
506 lr->lr_debug &= ~IFD_ALLOC;
H A Dif.c2513 ifma->ifma_debug |= IFD_ALLOC;
2539 } else if (!(ifma->ifma_debug & IFD_ALLOC)) {
2557 ifma->ifma_debug &= ~IFD_ALLOC;
3577 if (ifa->ifa_debug & IFD_ALLOC) {
H A Dif_var.h773 #define IFD_ALLOC 0x2 /* dynamically allocated */ macro
/darwin-on-arm/xnu/bsd/netat/
H A Dat.c629 VERIFY(!(ifa->ifa_debug & IFD_ALLOC));
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c2652 dr->nddr_debug |= IFD_ALLOC;
2668 } else if (!(dr->nddr_debug & IFD_ALLOC)) {
2672 dr->nddr_debug &= ~IFD_ALLOC;
2764 pr->ndpr_debug |= IFD_ALLOC;
2780 } else if (!(pr->ndpr_debug & IFD_ALLOC)) {
2795 pr->ndpr_debug &= ~IFD_ALLOC;
H A Din6_mcast.c3092 in6m->in6m_debug |= IFD_ALLOC;
3111 } else if (!(in6m->in6m_debug & IFD_ALLOC)) {
3125 in6m->in6m_debug &= ~IFD_ALLOC;
H A Dmld6.c649 mli->mli_debug |= IFD_ALLOC;
664 } else if (!(mli->mli_debug & IFD_ALLOC)) {
671 mli->mli_debug &= ~IFD_ALLOC;
H A Din6.c3722 in6ifa->ia_ifa.ifa_debug |= IFD_ALLOC;
3745 } else if (!(ifa->ifa_debug & IFD_ALLOC)) {
H A Dip6_output.c2994 if (!(im6o->im6o_debug & IFD_ALLOC)) {
3035 im6o->im6o_debug |= IFD_ALLOC;
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c706 igi->igi_debug |= IFD_ALLOC;
721 } else if (!(igi->igi_debug & IFD_ALLOC)) {
728 igi->igi_debug &= ~IFD_ALLOC;
H A Din_mcast.c3282 inm->inm_debug |= IFD_ALLOC;
3301 } else if (!(inm->inm_debug & IFD_ALLOC)) {
3315 inm->inm_debug &= ~IFD_ALLOC;
H A Din.c1925 inifa->ia_ifa.ifa_debug |= IFD_ALLOC;
1948 } if (!(ifa->ifa_debug & IFD_ALLOC)) {
H A Dip_output.c2930 if (!(imo->imo_debug & IFD_ALLOC)) {
2970 imo->imo_debug |= IFD_ALLOC;

Completed in 115 milliseconds