Searched refs:dest_ip (Results 1 – 5 of 5) sorted by relevance
206 union tcp_addr dest_ip; member213 this_ip_dest = p->dest_ip; in new_pthread_entry()267 targ.dest_ip = addr1; in __test_init()
163 local dest_ip=$1; shift171 -b $next_hop_mac -B $dest_ip \
565 local dest_ip=$1; shift571 -b $next_hop_mac -B $dest_ip \
678 local dest_ip=$1; shift686 -b $next_hop_mac -B $dest_ip \
669 static int udp_ping_send(int sock[2], in_addr_t dest_ip, unsigned int port, in udp_ping_send() argument679 server.sin_addr.s_addr = dest_ip; in udp_ping_send()706 static int udp_ping_reply(int sock[2], in_addr_t dest_ip, unsigned int port, in udp_ping_reply() argument716 server.sin_addr.s_addr = dest_ip; in udp_ping_reply()745 typedef int (*ping_f)(int sock[2], in_addr_t dest_ip, unsigned int port,
Completed in 12 milliseconds