Searched refs:bcast (Results 26 - 50 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwins.c124 struct in_addr *bcast = iface_n_bcast(j); local
125 ret = name_query(fd,name,0x00,True,True,*bcast,count, &flags, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl2.h256 unsigned bcast:1; /* broadcast packet */ member in struct:tx_pkt_status
304 unsigned bcast:1; /* current packet is broadcast */ member in struct:rx_pkt_status
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/LSB/
H A Dsmb.conf142 # the default order is "host lmhosts wins bcast". "host" means use the unix
151 ; name resolve order = wins lmhosts bcast
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dbcrelay.c165 u_int32_t bcast; member in struct:iflist
638 ipp_p->ip.daddr = iflist[j].bcast;
853 iflist[cntr].bcast = INADDR_BROADCAST;
859 iflist[cntr].bcast = INADDR_BROADCAST;
865 iflist[cntr].bcast = INADDR_BROADCAST;
878 memcpy(&(iflist[cntr++].bcast), hp->h_addr, sizeof(u_int32_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dselftest.sh100 name resolve order = bcast
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dmac.c485 static const u8 bcast[ETH_ALEN] = local
489 mac = mac ? : bcast;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dlc-dev.c10 /* We initialize addresses to 0xff (invalid, as it is bcast) */
24 static const struct uwb_dev_addr bcast = { .data = { 0xff, 0xff } }; local
25 return !uwb_dev_addr_cmp(addr, &bcast);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duwb.h520 struct uwb_mac_addr bcast = { local
523 return !uwb_mac_addr_cmp(addr, &bcast);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_responserecordsdb.c151 if(!nmb->header.nm_flags.bcast)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_hw.c934 * @bcast: 1 to enable broadcast Rx, 0 to disable it, -1 no change
941 int mtu, int promisc, int all_multi, int bcast, int vlanex,
953 if (bcast < 0)
954 bcast = FW_VI_RXMODE_CMD_BROADCASTEN_MASK;
968 FW_VI_RXMODE_CMD_BROADCASTEN(bcast) |
940 t4vf_set_rxmode(struct adapter *adapter, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dtei.c1220 list_del(&mgr->bcast.list);
1254 struct manager *mgr = container_of(ch, struct manager, bcast);
1324 mgr->bcast.send = mgr_bcast;
1325 mgr->bcast.ctrl = mgr_bcast_ctrl;
1326 mgr->bcast.st = dev->D.st;
1327 set_channel_address(&mgr->bcast, 0, GROUP_TEI);
1328 add_layer2(&mgr->bcast, dev->D.st);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dnetconsole.c309 static const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
311 return snprintf(buf, PAGE_SIZE, "%pM\n", dev ? dev->dev_addr : bcast);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_pathtbl.c453 static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
473 bcast, sdata);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dbearer.c44 #include "bcast.h"
165 m_ptr->bcast = 1;
579 if (m_ptr->bcast) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dnameserv.h86 #define NB_MFLAG 0x40 /* Mixed bcast & p-p node type. */
466 BOOL bcast; member in struct:nmb_packet::__anon5266::__anon5267
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminissdp.c139 int bcast = 1; local
169 if (setsockopt(s, SOL_SOCKET, SO_BROADCAST, &bcast, sizeof(bcast)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnmblib.c119 dbgtext( " header: flags: bcast=%s rec_avail=%s rec_des=%s trunc=%s auth=%s\n",
120 BOOLSTR(nmb->header.nm_flags.bcast),
511 nmb->header.nm_flags.bcast = (nm_flags&1)?True:False;
911 if (nmb->header.nm_flags.bcast)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dmessages.c160 used += wlp_set_wss_bcast(ptr + used, &wss->bcast);
436 result = wlp_get_wss_bcast(wlp, ptr + used, &info->bcast,
612 wss->bcast = wss_info.bcast;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlap_frame.c322 __u32 bcast = BROADCAST; local
352 frame->daddr = cpu_to_le32(bcast);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h715 int mtu, int promisc, int all_multi, int bcast, int vlanex,
H A Dt4_hw.c2595 * @bcast: 1 to enable broadcast Rx, 0 to disable it, -1 no change
2602 int mtu, int promisc, int all_multi, int bcast, int vlanex,
2614 if (bcast < 0)
2615 bcast = FW_VI_RXMODE_CMD_BROADCASTEN_MASK;
2626 FW_VI_RXMODE_CMD_BROADCASTEN(bcast) |
2601 t4_set_rxmode(struct adapter *adap, unsigned int mbox, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_main.c1626 u64 bcast = ((u64)bcast_h << 32) | bcast_l; local
1630 if (multi >= bcast)
1631 multi -= bcast;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dwl3501_cs.c1541 static const u8 bcast[ETH_ALEN] = { 255, 255, 255, 255, 255, 255 }; local
1546 if (!memcmp(bcast, wrqu->ap_addr.sa_data, ETH_ALEN)) {
H A Dadm8211.c1342 static const u8 bcast[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; local
1378 adm8211_set_bssid(dev, bcast);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbcontrol.c989 p.packet.nmb.header.nm_flags.bcast = False;

Completed in 569 milliseconds

123