ip_str            316 source3/nmbd/nmbd_nameregister.c 	fstring ip_str;
ip_str            327 source3/nmbd/nmbd_nameregister.c 	fstrcpy(ip_str, inet_ntoa(ip));
ip_str            330 source3/nmbd/nmbd_nameregister.c 		 nmb_namestr(nmbname), ip_str, inet_ntoa(wins_ip), tag));
ip_str            523 source3/nmbd/nmbd_packets.c 	fstring ip_str;
ip_str            537 source3/nmbd/nmbd_packets.c 	fstrcpy(ip_str, inet_ntoa(refresh_ip));
ip_str            540 source3/nmbd/nmbd_packets.c 		 nmb_namestr(nmbname), ip_str, inet_ntoa(wins_ip), tag));
ip_str            605 source3/nmbd/nmbd_winsserver.c 		char *ip_str = NULL;
ip_str            669 source3/nmbd/nmbd_winsserver.c 			got_token = next_token_talloc(frame,&ptr,&ip_str,NULL);
ip_str            672 source3/nmbd/nmbd_winsserver.c 			if(got_token && strchr(ip_str, '.')) {
ip_str            703 source3/nmbd/nmbd_winsserver.c 			next_token_talloc(frame,&ptr, &ip_str, NULL);
ip_str            704 source3/nmbd/nmbd_winsserver.c 			ip_list[i] = interpret_addr2(ip_str);