send_ip          3704 source3/include/proto.h                  struct in_addr send_ip, node_status_success_function success_fn, 
send_ip          3766 source3/include/proto.h                           struct in_addr send_ip);
send_ip           510 source3/nmbd/nmbd_browsesync.c 	struct in_addr send_ip;
send_ip           523 source3/nmbd/nmbd_browsesync.c 		putip((char *)&send_ip, (char *)&rrec->rdata[(i*6) + 2]);
send_ip           529 source3/nmbd/nmbd_browsesync.c 		if(ismyip_v4( send_ip )) {
send_ip           533 source3/nmbd/nmbd_browsesync.c 				dbgtext( "%s.\n", inet_ntoa(send_ip) );
send_ip           540 source3/nmbd/nmbd_browsesync.c 			dbgtext( "Sending node status request to IP %s.\n", inet_ntoa(send_ip) );
send_ip           543 source3/nmbd/nmbd_browsesync.c 		node_status( subrec, &nmbname, send_ip, 
send_ip            81 source3/nmbd/nmbd_nodestatus.c                  struct in_addr send_ip, node_status_success_function success_fn, 
send_ip            85 source3/nmbd/nmbd_nodestatus.c 				success_fn, fail_fn, userdata, nmbname, send_ip)==NULL) {
send_ip            87 source3/nmbd/nmbd_nodestatus.c name %s, IP address %s\n", nmb_namestr(nmbname), inet_ntoa(send_ip)));
send_ip           822 source3/nmbd/nmbd_packets.c                           struct in_addr send_ip)
send_ip           837 source3/nmbd/nmbd_packets.c 	if(( p = create_and_init_netbios_packet(nmbname, False, False, send_ip)) == NULL)