Searched refs:mcast (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | Makefile | 14 protocol.o icmp.o mcast.o reassembly.o tcp_ipv6.o \
|
/linux-2.4.37.9/drivers/net/ |
D | 3c505.h | 143 mcast, member
|
D | dgrs_i82596.h | 362 I596_CB_MCAST mcast; member
|
D | 3c505.c | 940 adapter->tx_pcb.data.memconf.mcast = 10; in elp_open() 1633 adapter->tx_pcb.data.memconf.mcast = 10; in elplus_probe()
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo.c | 1094 static int RxSeqValid (struct airo_info *ai,miccntx *context,int mcast,u32 micSeq); 1291 int mcast = eth->da[0] & 1; in decapsulate() local 1293 context = mcast ? &ai->mod[i].mCtx : &ai->mod[i].uCtx; in decapsulate() 1322 if (RxSeqValid(ai, context, mcast, micSEQ) == SUCCESS) { in decapsulate() 1355 static int RxSeqValid (struct airo_info *ai,miccntx *context,int mcast,u32 micSeq) in RxSeqValid() argument 1362 if (mcast) { in RxSeqValid()
|
D | orinoco.c | 3326 u16 enable, period, timeout, mcast; in orinoco_ioctl_getpower() local 3346 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CNFMULTICASTRECEIVE, &mcast); in orinoco_ioctl_getpower() 3359 if (mcast) in orinoco_ioctl_getpower()
|