Searched refs:if_eflags (Results 1 - 17 of 17) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.c140 ifp->if_eflags |= IFEF_USEKPI;
290 interface->if_eflags = (new_flags & mask) | (interface->if_eflags & ~mask);
300 return interface == NULL ? 0 : interface->if_eflags;
774 if ((ifp->if_eflags & IFEF_DETACHING) == 0) {
804 if ((ifp->if_eflags & IFEF_DETACHING) == 0) {
1001 if ((interface->if_eflags & IFEF_DETACHING) == 0) {
1073 if ((ifp->if_eflags & IFEF_DETACHING) == 0 &&
1115 if ((ifp->if_eflags & IFEF_DETACHING) && !get_all)
1133 if ((ifp->if_eflags
[all...]
H A Ddlil.c1362 if ((ifp->if_eflags & IFEF_SENDLIST) != 0) {
1554 if ((ifp->if_eflags & IFEF_SENDLIST) != 0) {
1851 if ((ifp_list[ifp_on]->if_eflags & IFEF_ARPLL) == 0) {
1962 ifp->if_eflags &= ~IFEF_DETACHING; // clear the detaching flag
1985 if ((ifp->if_eflags & IFEF_DETACHING) == 0)
2025 if ((ifp->if_eflags & IFEF_DETACHING) != 0) {
2431 if ((ifp->if_eflags & IFEF_REUSE) == 0 || ifp->if_lock == 0)
2453 if ((ifp->if_eflags & IFEF_REUSE) == 0 || ifp->if_proto_hash == NULL) {
2493 if ((ifp->if_eflags & IFEF_REUSE) == 0 || ifp->if_index == 0)
2611 if ((ifp->if_eflags
[all...]
H A Dif.c981 while ((ifp->if_eflags & IFEF_UPDOWNCHANGE) != 0) {
985 msleep(&ifp->if_eflags, NULL, 0, "if_updown", &tv);
996 ifp->if_eflags |= IFEF_UPDOWNCHANGE;
1022 ifp->if_eflags &= ~IFEF_UPDOWNCHANGE;
1023 wakeup(&ifp->if_eflags);
H A Dether_if_module.c391 if (ifp->if_eflags & IFEF_BOND) {
H A Dif_var.h403 long if_eflags; /* autoaddr, autoaddr done, etc. */ member in struct:ifnet
H A Dif_vlan.c1199 p->if_eflags |= IFEF_VLAN;
H A Dif_bond.c2058 port_ifp->if_eflags |= IFEF_BOND;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c485 ifp->if_eflags |= IFEF_AUTOCONFIGURING;
487 ifp->if_eflags &= ~IFEF_AUTOCONFIGURING;
495 ifp->if_eflags |= IFEF_ARPLL;
497 ifp->if_eflags &= ~IFEF_ARPLL;
H A Din_arp.c726 && (ifp->if_eflags & IFEF_ARPLL) != 0
778 || (ifp->if_eflags & IFEF_ARPLL) != 0) {
795 if (!IN_LINKLOCAL(ntohl(sender_ip->sin_addr.s_addr)) || (ifp->if_eflags & IFEF_ARPLL) == 0) {
H A Dtcp_subr.c1689 (rt->rt_ifp->if_eflags & IFEF_NOWINDOWSCALE) != 0)
H A Dip_input.c985 && (m->m_pkthdr.rcvif->if_eflags & IFEF_AUTOCONFIGURING)
H A Dtcp_input.c1785 (m->m_pkthdr.rcvif->if_eflags & IFEF_NOWINDOWSCALE) != 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c807 if (!ip6_forwarding && (ip6_accept_rtadv || (ifp->if_eflags & IFEF_ACCEPT_RTADVD))) {
1031 if (!ip6_forwarding && (ip6_accept_rtadv || (rt->rt_ifp->if_eflags & IFEF_ACCEPT_RTADVD))) {
1909 if (do_update && ln->ln_router && !ip6_forwarding && (ip6_accept_rtadv || (ifp->if_eflags & IFEF_ACCEPT_RTADVD))) {
H A Dnd6_rtr.c161 if (ip6_accept_rtadv != 0 || (ifp->if_eflags & IFEF_ACCEPT_RTADVD) || ip6_forwarding != 1)
254 if (ip6_accept_rtadv == 0 && ((ifp->if_eflags & IFEF_ACCEPT_RTADVD) == 0))
641 if (!ip6_forwarding && (ip6_accept_rtadv || (dr->ifp->if_eflags & IFEF_ACCEPT_RTADVD))) {
H A Din6.c509 ifp->if_eflags |= IFEF_ACCEPT_RTADVD;
518 ifp->if_eflags &= ~IFEF_ACCEPT_RTADVD;
H A Dnd6_nbr.c796 if (!ip6_forwarding && (ip6_accept_rtadv || (rt->rt_ifp->if_eflags & IFEF_ACCEPT_RTADVD))) {
H A Dicmp6.c2457 if (!ip6_forwarding || ip6_accept_rtadv || (ifp->if_eflags & IFEF_ACCEPT_RTADVD))

Completed in 126 milliseconds