Home
last modified time | relevance | path

Searched refs:isBroadcast (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dgldutil.c199 pktinfo->isBroadcast = 1; in gld_interpret_ether()
665 pktinfo->isBroadcast = 1; in gld_interpret_ib()
749 pktinfo->isBroadcast = 1; in gld_interpret_ib()
868 pktinfo->isBroadcast = 1; in gld_interpret_mdt_ib()
1064 pktinfo->isBroadcast = 1; in gld_interpret_fddi()
1438 pktinfo->isBroadcast = 1; in gld_interpret_tr()
H A Dgld.c106 if ((pktinfo).isBroadcast) { \
2717 (!pktinfo.isBroadcast && !pktinfo.isMulticast))) { in gld_recv_tagged()
2785 (!pktinfo->isBroadcast && !pktinfo->isMulticast))) in gld_sendup_vlan()
2933 if (pktinfo->isBroadcast) in gld_sendup()
2991 if (pktinfo->isForMe || pktinfo->isBroadcast || in gld_accept()
3097 (!pktinfo->isBroadcast && !pktinfo->isMulticast))) in gld_passon()
3177 !pktinfo->isBroadcast) || (gld->gld_flags & GLD_RAW)) { in gld_passon()
3250 pktinfo->isBroadcast); in gld_addudind()
/titanic_50/usr/src/uts/common/sys/
H A Dgldpriv.h199 uint_t isBroadcast:1; member