Home
last modified time | relevance | path

Searched refs:IFF_NORTEXCH (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h427 #define IS_IFF_QUIET(f) ((f) & (IFF_LOOPBACK|IFF_NORTEXCH|IFF_NOXMIT))
434 (((f) & IFF_ROUTER) && !((f) & (IFF_NORTEXCH|IFF_NOXMIT)))
H A Dtrace.c553 { IFF_NORTEXCH, 0, "NORTEXCH" },
H A Dinput.c183 if (ifp != NULL && (ifp->int_if_flags & IFF_NORTEXCH)) { in input()
H A Dif.c1388 IFF_ROUTER | IFF_NORTEXCH | IFF_NOXMIT)) || in ifscan()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c575 if (li != NULL && (li->li_flags & IFF_NORTEXCH)) { in solicitor()
669 if (li_tmp->li_flags & IFF_NORTEXCH) { in advertise()
788 if (li != NULL && (li->li_flags & IFF_NORTEXCH)) { in pr_pack()
1172 if (li->li_flags & IFF_NORTEXCH) { in sendbcastif()
1242 if (li->li_flags & IFF_NORTEXCH) { in sendmcastif()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h80 IFF_MULTICAST|IFF_ROUTER|IFF_NONUD|IFF_NORTEXCH|IFF_IPV4|IFF_IPV6| \
108 #define ILLF_NORTEXCH IFF_NORTEXCH /* No routing info exchange */
/illumos-gate/usr/src/uts/common/net/
H A Dif.h145 #define IFF_NORTEXCH 0x0000800000 /* Do not exchange routing info */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dstartup.c122 if (lifr.lifr_flags & IFF_NORTEXCH) in initifs()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c625 off_flags = IFF_NORTEXCH; in i_ipadm_set_ifprop_flags()
627 on_flags = IFF_NORTEXCH; in i_ipadm_set_ifprop_flags()
1031 if (!(intf_flags & IFF_NORTEXCH)) in i_ipadm_get_ifprop_flags()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c172 if (pi->pi_flags & IFF_NORTEXCH) { in in_data()
226 if (pi->pi_flags & IFF_NORTEXCH) { in in_data()
H A Dmain.c752 if (pi->pi_flags & IFF_NORTEXCH) { in advertise_event()
1011 if (pi->pi_flags & IFF_NORTEXCH) { in solicit_event()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c61 { IFF_NORTEXCH, "NORTEXCH" },