Searched refs:is_bcast (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-wqe.h147 uint64_t is_bcast:1; member in struct:__anon15613::__anon15614
230 uint64_t is_bcast:1; member in struct:__anon15613::__anon15616
H A Dethernet-tx.c584 work->word2.s.is_bcast = (skb->pkt_type == PACKET_BROADCAST);
597 work->word2.snoip.is_bcast =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.c267 int is_bcast = 0; local
289 is_bcast = 2;
294 is_bcast = 1;
299 is_bcast = 0;
307 if (bcast) *bcast = is_bcast;
309 if (is_bcast) {
334 int is_bcast = 0; local
353 is_bcast = 0;
358 is_bcast = 2;
363 is_bcast
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dmain.h157 int is_bcast(uint8_t *addr);
H A Drouting.c747 if (!is_bcast(ethhdr->h_dest))
751 if (is_bcast(ethhdr->h_source))
938 if (is_bcast(ethhdr->h_dest))
942 if (is_bcast(ethhdr->h_source))
1118 if (is_bcast(ethhdr->h_dest))
1122 if (is_bcast(ethhdr->h_source))
1201 if (!is_bcast(ethhdr->h_dest))
1205 if (is_bcast(ethhdr->h_source))
H A Dmain.c269 int is_bcast(uint8_t *addr) function
H A Dsoft-interface.c152 if (is_bcast(ethhdr->h_dest) || is_mcast(ethhdr->h_dest)) {
H A Dvis.c449 if (is_bcast(vis_packet->target_orig))
691 if (is_bcast(info->packet.target_orig))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c738 static void tx_update_descriptor(struct atmel_private *priv, int is_bcast, argument
750 if (is_bcast) {

Completed in 90 milliseconds