/linux-2.4.37.9/drivers/usb/ |
D | catc.c | 184 u8 multicast[64]; member 602 static void catc_multicast(unsigned char *addr, u8 *multicast) in catc_multicast() argument 605 multicast[(crc >> 3) & 0x3f] |= 1 << (crc & 7); in catc_multicast() 617 memset(catc->multicast, 0, 64); in catc_set_multicast_list() 619 catc_multicast(broadcast, catc->multicast); in catc_set_multicast_list() 620 catc_multicast(netdev->dev_addr, catc->multicast); in catc_set_multicast_list() 623 memset(catc->multicast, 0xff, 64); in catc_set_multicast_list() 628 memset(catc->multicast, 0xff, 64); in catc_set_multicast_list() 633 catc->multicast[(crc >> 3) & 0x3f] |= 1 << (crc & 7); in catc_set_multicast_list() 635 catc->multicast[7-(crc >> 29)] |= 1 << ((crc >> 26) & 7); in catc_set_multicast_list() [all …]
|
/linux-2.4.37.9/Documentation/networking/ |
D | multicast.txt | 60 PROMISC = This multicast mode is in fact promiscuous mode. Avoid using 61 cards who go PROMISC on any multicast in a multicast kernel. 63 (#) = Hardware multicast support is not used yet.
|
D | 3c505.txt | 36 Test multicast and promiscuous operation
|
D | ip-sysctl.txt | 358 ICMP ECHO requests sent to it or just those to broadcast/multicast 397 Change the maximum number of multicast groups we can subscribe to. 427 Do multicast routing. The kernel needs to be compiled with CONFIG_MROUTE 428 and a multicast routing daemon is required. 429 conf/all/mc_forwarding must also be set to TRUE to enable multicast routing
|
D | 00-INDEX | 77 multicast.txt
|
/linux-2.4.37.9/include/linux/ |
D | if_tr.h | 70 unsigned long multicast; /* multicast packets received */ member
|
D | if_vlan.h | 174 stats->multicast++; in __vlan_hwaccel_rx()
|
D | netdevice.h | 114 unsigned long multicast; /* multicast packets received */ member
|
/linux-2.4.37.9/net/ipv4/ |
D | Config.in | 32 bool ' IP: multicast routing' CONFIG_IP_MROUTE
|
/linux-2.4.37.9/drivers/net/ |
D | 3c505.h | 229 byte multicast[10][6]; member
|
D | smc9194.c | 1193 lp->stats.multicast++; in smc_rcv()
|
D | rcpci45.c | 789 pDpa->stats.multicast = 0; /* multicast packets received */ in RCget_stats()
|
D | ewrk3.c | 270 u32 multicast; member 1037 lp->pktStats.multicast++; in ewrk3_rx()
|
D | depca.c | 408 u32 multicast; member 1007 lp->pktStats.multicast++; in depca_rx()
|
D | 8390.c | 770 ei_local->stat.multicast++; in ei_receive()
|
/linux-2.4.37.9/net/ |
D | TUNABLE | 43 MFC_LINES Lines in the multicast router cache (tunable)
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | rndis.c | 402 .stats->multicast*1234); in gen_ndis_query_resp() 415 .stats->multicast); in gen_ndis_query_resp() 466 .stats->multicast * 1111); in gen_ndis_query_resp() 479 .stats->multicast); in gen_ndis_query_resp()
|
/linux-2.4.37.9/net/8021q/ |
D | vlanproc.c | 380 "Broadcast/Multicast Rcvd", stats->multicast); in vlandev_get_info()
|
D | vlan_dev.c | 207 stats->multicast++; in vlan_skb_recv()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | proc.txt | 417 igmp6 IP multicast addresses, which this host joined (IPv6) 431 dev_mcast the Layer2 multicast groups a device is listening too 451 igmp IP multicast addresses, which this host joined 454 ip_mr_vifs List of multicast virtual interfaces 455 ip_mr_cache List of multicast routing cache 463 face |bytes packets errs drop fifo frame compressed multicast|[... 1073 just those to broadcast and multicast addresses. 1301 Do multicast routing. The kernel needs to be compiled with CONFIG_MROUTE and a 1302 multicast routing daemon is required. 1438 Maximum number of retries for multicast solicitation.
|
/linux-2.4.37.9/drivers/s390/net/ |
D | qeth.c | 777 int multicast,int version) in qeth_get_prioqueue() argument 791 if (multicast) { in qeth_get_prioqueue() 1791 int version,int multicast) in qeth_fill_header() argument 1826 if (multicast==RTN_MULTICAST) { in qeth_fill_header() 1828 } else if (multicast==RTN_BROADCAST) { in qeth_fill_header() 1846 if (multicast==RTN_MULTICAST) { in qeth_fill_header() 1850 } else if (multicast==RTN_ANYCAST) { in qeth_fill_header() 1854 } else if (multicast==RTN_BROADCAST) { in qeth_fill_header() 1878 if (multicast==RTN_MULTICAST) { in qeth_fill_header() 1890 sprintf(dbf_text,"%2x",multicast); in qeth_fill_header() [all …]
|
/linux-2.4.37.9/net/wanrouter/ |
D | wanproc.c | 417 "multicast packets received", wandev->stats.multicast); in wandev_get_info() 1006 "multicast packets received", wandev->stats.multicast); in wandev_get_info()
|
/linux-2.4.37.9/drivers/net/wan/lmc/ |
D | lmc_var.h | 266 unsigned long multicast; /* multicast packets received */ member
|
/linux-2.4.37.9/drivers/net/e100/ |
D | e100.h | 693 mltcst_cb_t multicast; member
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo.c | 771 u8 multicast[16]; member 1116 (memcmp (ai->mod[0].mCtx.key, mic_rid.multicast, in micinit() 1121 memcpy(&ai->mod[0].mCtx.key,mic_rid.multicast,sizeof(mic_rid.multicast)); in micinit() 1128 emmh32_setseed(&ai->mod[0].mCtx.seed,mic_rid.multicast,sizeof(mic_rid.multicast), ai->tfm); in micinit() 1963 ai->stats.multicast = vals[43]; in airo_read_stats()
|