Searched refs:IFF_NOXMIT (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | can_use_af.c | 55 lifn.lifn_flags = IFF_UP & !(IFF_NOXMIT | IFF_DEPRECATED); in __can_use_af()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | defs.h | 427 #define IS_IFF_QUIET(f) ((f) & (IFF_LOOPBACK|IFF_NORTEXCH|IFF_NOXMIT)) 434 (((f) & IFF_ROUTER) && !((f) & (IFF_NORTEXCH|IFF_NOXMIT)))
|
H A D | trace.c | 546 { IFF_NOXMIT, 0, "NOXMIT" },
|
H A D | input.c | 582 if (ifp != NULL && (ifp->int_if_flags & IFF_NOXMIT)) { in input()
|
H A D | if.c | 1388 IFF_ROUTER | IFF_NORTEXCH | IFF_NOXMIT)) || in ifscan()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip_if.h | 84 IFF_UNNUMBERED|IFF_DHCPRUNNING|IFF_PRIVATE|IFF_NOXMIT|IFF_NOLOCAL| \ 123 #define IPIF_NOXMIT IFF_NOXMIT /* Do not transmit packets */
|
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 137 #define IFF_NOXMIT 0x0000010000 /* Do not transmit packets */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 87 lifn.lifn_flags = IFF_UP & !(IFF_NOXMIT | IFF_DEPRECATED); in can_use_af()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 54 { IFF_NOXMIT, "NOXMIT" }, 255 { "xmit", -IFF_NOXMIT, setifflags, 0, AF_ANY }, 256 { "-xmit", IFF_NOXMIT, setifflags, 0, AF_ANY }, 334 { IFF_NOXMIT, AF_UNSPEC, "-xmit" },
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_init.c | 338 !(lreq.lifr_flags & IFF_NOXMIT) && in __res_vinit()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 276 if (ifflags & (IFF_NOXMIT | IFF_NOLOCAL | IFF_PRIVATE)) in select_src_ifi_info_solaris()
|
/titanic_41/usr/src/lib/libipadm/common/ |
H A D | ipadm_addr.c | 984 off_flags = IFF_NOXMIT; in i_ipadm_set_addr_flag() 986 on_flags = IFF_NOXMIT; in i_ipadm_set_addr_flag() 1294 on = !(ifflags & IFF_NOXMIT); in i_ipadm_get_addr_flag()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | main.c | 967 if (!(pi->pi_flags & IFF_NOXMIT)) in check_daemonize()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 562 if ((flags & (IFF_NOXMIT | IFF_NOLOCAL)) != 0) in rate_testflags()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 10335 if ((turn_off & IFF_NOXMIT) && IS_VNI(ipif->ipif_ill)) in ip_sioctl_flags()
|