Searched refs:myip (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_subnetdb.c106 struct in_addr myip, struct in_addr bcast_ip,
125 if((nmb_sock = open_socket_in(SOCK_DGRAM, global_nmb_port,0, myip.s_addr,True)) == -1) {
128 Debug1( " Failed to open nmb socket on interface %s ", inet_ntoa(myip) );
135 if((dgram_sock = open_socket_in(SOCK_DGRAM,DGRAM_PORT,3, myip.s_addr,True)) == -1) {
138 Debug1( " Failed to open dgram socket on interface %s ", inet_ntoa(myip) );
181 subrec->myip = myip;
105 make_subnet(const char *name, enum subnet_type type, struct in_addr myip, struct in_addr bcast_ip, struct in_addr mask_ip) argument
H A Dnmbd_mynames.c101 MIN(lp_max_ttl(), MAX_REFRESH_TIME), SELF_NAME, 1, &subrec->myip);
105 add_ip_to_name_record( namerec, subrec->myip);
H A Dnmbd_sendannounce.c53 FIRST_SUBNET->myip, DGRAM_PORT);
82 subrec->myip, DGRAM_PORT);
122 from_name, 0x0, to_name, to_type, to_ip, subrec->myip,
151 from_name, 0x0, to_name, to_type, to_ip, subrec->myip,
579 global_myname(), 0x0, "*", 0x0, addr, FIRST_SUBNET->myip, DGRAM_PORT);
H A Dnmbd.c227 if (ip_equal(iface->ip, subrec->myip) &&
245 if (ip_equal(iface->ip, subrec->myip) &&
256 inet_ntoa(subrec->myip)));
H A Dnmbd_nameregister.c365 if (ip_equal(last_ip, subrec->myip)) {
378 multihomed_register_one(nmbname, nb_flags, NULL, NULL, subrec->myip, tag);
384 nb_flags, subrec->myip, tag);
434 ip_list[i] = subrec->myip;
H A Dnmbd_become_lmb.c44 PERMANENT_TTL, PERMANENT_NAME, 1, &subrec->myip);
48 add_ip_to_name_record( namerec, subrec->myip);
63 remove_ip_from_name_record( namerec, subrec->myip);
H A Dnmbd_namelistdb.c451 struct in_addr *iplist = &subrec->myip;
470 iplist[i] = bcast_subrecs->myip;
482 if(iplist != &subrec->myip)
H A Dnmbd_winsproxy.c94 if( same_net( namerec->data.ip[i], orig_broadcast_subnet->myip,
H A Dnmbd_become_dmb.c341 inet_ntoa(unicast_subnet->myip), nmb_namestr(&nmbname), workgroup_name));
H A Dnmbd_elections.c61 subrec->bcast_ip, subrec->myip, DGRAM_PORT);
H A Dnmbd_browsesync.c143 work->dmb_addr, FIRST_SUBNET->myip, DGRAM_PORT);
H A Dnmbd_incomingrequests.c501 if (same_net(namerec->data.ip[i], subrec->myip, subrec->mask_ip)) {
H A Dnmbd_incomingdgrams.c624 sendto_ip, subrec->myip, port);
H A Dnmbd_packets.c56 if(ip_equal(local_ip, subrec->myip))
71 if(ip_equal(local_ip, subrec->myip))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h436 struct in_addr myip; member in struct:subnet_record

Completed in 191 milliseconds