Searched refs:hoplimit (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/networking/ ! |
D | ping.c | 729 static int unpack6(char *packet, int sz, struct sockaddr_in6 *from, int hoplimit) in unpack6() argument 751 recv_seq, hoplimit); in unpack6() 880 int hoplimit = -1; in ping6() local 896 move_from_unaligned_int(hoplimit, CMSG_DATA(mp)); in ping6() 899 c = unpack6(G.rcv_packet, c, &from, hoplimit); in ping6()
|
/busybox-1.35.0/networking/libiproute/ ! |
D | iproute.c | 538 unsigned hoplimit; in iproute_modify() 544 if (get_unsigned(&hoplimit, *argv, 0)) in iproute_modify() 546 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit); in iproute_modify()
|