Searched refs:bcast (Results 1 - 25 of 32) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsmb.conf45 ; name resolve order = lmhosts host wins bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsmb.conf45 ; name resolve order = lmhosts host wins bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf140 # the default order is "host lmhosts wins bcast". "host" means use the unix
149 ; name resolve order = wins lmhosts bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf140 # the default order is "host lmhosts wins bcast". "host" means use the unix
149 ; name resolve order = wins lmhosts bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h86 #define NB_MFLAG 0x40 /* Mixed bcast & p-p node type. */
466 BOOL bcast; member in struct:nmb_packet::__anon1572::__anon1573
H A Dsmb.h638 struct in_addr bcast; member in struct:interface
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dinterface.c77 iface->bcast.s_addr = MKBCADDR(iface->ip.s_addr, iface->nmask.s_addr);
82 DEBUG(2,("bcast=%s ",inet_ntoa(iface->bcast)));
97 5) bcast/mask
316 return bcast of the Nth interface
325 if (i) return &i->bcast;
330 /* these 3 functions return the ip/bcast/nmask for the interface
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamequery.c105 nmb->header.nm_flags.bcast = False;
149 nmb2->header.nm_flags.bcast ||
356 BOOL bcast,BOOL recurse,
362 int retry_time = bcast?250:2000;
385 nmb->header.nm_flags.bcast = bcast;
436 && !(bcast) /* from a WINS server */
469 nmb2->header.nm_flags.bcast ||
514 if (nmb2->header.nm_flags.bcast)
522 if(!bcast
355 name_query(int fd,const char *name,int name_type, BOOL bcast,BOOL recurse, struct in_addr to_ip, int *count, int *flags, BOOL *timed_out) argument
[all...]
H A Dnmblib.c116 dbgtext( " header: flags: bcast=%s rec_avail=%s rec_des=%s trunc=%s auth=%s\n",
117 BOOLSTR(nmb->header.nm_flags.bcast),
508 nmb->header.nm_flags.bcast = (nm_flags&1)?True:False;
910 if (nmb->header.nm_flags.bcast)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_incomingrequests.c62 BOOL bcast = nmb->header.nm_flags.bcast; local
70 if(!bcast) {
157 BOOL bcast = nmb->header.nm_flags.bcast; local
162 if(!bcast) {
194 BOOL bcast = nmb->header.nm_flags.bcast; local
203 if(!bcast) {
443 BOOL bcast local
[all...]
H A Dnmbd_nameregister.c44 BOOL bcast = nmb->header.nm_flags.bcast; local
77 if(bcast) {
252 BOOL bcast = sent_nmb->header.nm_flags.bcast; local
259 if (bcast) {
H A Dnmbd_namerelease.c38 BOOL bcast = nmb->header.nm_flags.bcast; local
52 if (bcast) {
53 /* Someone sent a response to a bcast release? ignore it. */
111 BOOL bcast = sent_nmb->header.nm_flags.bcast; local
118 if (!bcast) {
H A Dnmbd_packets.c180 BOOL bcast, BOOL rec_des,
202 nmb->header.nm_flags.bcast = bcast;
245 if (nmb->header.nm_flags.bcast)
286 DEBUG(4,("initiate_name_query_packet: sending query for name %s (bcast=%s) to IP %s\n",
288 BOOLSTR(nmb->header.nm_flags.bcast), inet_ntoa(packet->ip)));
308 DEBUG(4,("initiate_name_query_packet_from_wins_server: sending query for name %s (bcast=%s) to IP %s\n",
310 BOOLSTR(nmb->header.nm_flags.bcast), inet_ntoa(packet->ip)));
332 DEBUG(4,("initiate_name_register_packet: sending registration for name %s (bcast=%s) to IP %s\n",
334 BOOLSTR(nmb->header.nm_flags.bcast), inet_nto
179 create_and_init_netbios_packet(struct nmb_name *nmbname, BOOL bcast, BOOL rec_des, struct in_addr to_ip) argument
[all...]
H A Dnmbd_responserecordsdb.c153 if(!nmb->header.nm_flags.bcast)
H A Dnmbd_subnetdb.c198 iface->ip, iface->bcast, iface->nmask);
H A Dnmbd_winsproxy.c92 if(namerec && original_packet->packet.nmb.header.nm_flags.bcast) {
H A Dnmbd_winsserver.c154 if((wins_server_subnet == NULL) || (nmb->header.nm_flags.bcast == True)) {
407 if (nmb->header.nm_flags.bcast)
448 BOOL bcast = nmb->header.nm_flags.bcast; local
458 if(bcast) {
750 BOOL bcast = nmb->header.nm_flags.bcast; local
760 if(bcast) {
1115 BOOL bcast = nmb->header.nm_flags.bcast; local
1591 BOOL bcast = nmb->header.nm_flags.bcast; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_wins.c122 struct in_addr *bcast = iface_n_bcast(j); local
123 return_ip = name_query(fd,name,0x20,True,True,*bcast,count, &flags, NULL);
H A Dwins.c120 struct in_addr *bcast = iface_n_bcast(j); local
121 ret = name_query(fd,name,0x00,True,True,*bcast,count, &flags, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwl3501_cs.c1580 static const u8 bcast[ETH_ALEN] = { 255, 255, 255, 255, 255, 255 }; local
1585 if (!memcmp(bcast, wrqu->ap_addr.sa_data, ETH_ALEN)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_main.c1609 u64 bcast = ((u64)bcast_h << 32) | bcast_l; local
1613 if(multi >= bcast)
1614 multi -= bcast;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dobio.h235 * | bcast | devid | sid | levels mask |
239 #define IGEN_MESSAGE(bcast, devid, sid, levels) \
240 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnmblookup.c147 struct in_addr *bcast; local
151 bcast = iface_n_bcast(j);
153 lookup, inet_ntoa(*bcast));
157 *bcast,&count, &flags, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlap_frame.c314 __u32 bcast = BROADCAST; local
344 frame->daddr = cpu_to_le32(bcast);

Completed in 159 milliseconds

12