gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:recv_icmp_echo_reply (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/network_sample/ping.c - 7.7KB - 229 lines
187:         send_icmp_echo_request(sender, addr, &state, 0);
188:         recv_icmp_echo_reply(receiver, &state, 0);
189: 
220: send_icmp_echo_request(sender, addr, &state, hop); 221: re = recv_icmp_echo_reply(receiver, &state, hop); 222: if ( re == ICMP_ECHOREPLY ) {