Searched refs:hop_limit (Results 1 – 8 of 8) sorted by relevance
/third_party/iptables/extensions/ |
D | libip6t_hl.c | 69 printf(" HL match HL %s %u", op[info->mode], info->hop_limit); in hl_print() 83 printf(" %s %u", op[info->mode], info->hop_limit); in hl_save() 99 xt_xlate_add(xl, "ip6 hoplimit %s%u", op[info->mode], info->hop_limit); in hl_xlate() 107 .flags = XTOPT_PUT, XTOPT_POINTER(s, hop_limit)}, 109 .flags = XTOPT_PUT, XTOPT_POINTER(s, hop_limit)}, 111 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, hop_limit)}, 113 .flags = XTOPT_PUT, XTOPT_POINTER(s, hop_limit)},
|
D | libip6t_HL.c | 24 .excl = F_ANY, .flags = XTOPT_PUT, XTOPT_POINTER(s, hop_limit)}, 26 .excl = F_ANY, .flags = XTOPT_PUT, XTOPT_POINTER(s, hop_limit), 29 .excl = F_ANY, .flags = XTOPT_PUT, XTOPT_POINTER(s, hop_limit), 86 printf(" %u", info->hop_limit); in HL_save() 107 printf(" %u", info->hop_limit); in HL_print()
|
/third_party/iptables/include/linux/netfilter_ipv6/ |
D | ip6t_hl.h | 20 __u8 hop_limit; member
|
D | ip6t_HL.h | 20 __u8 hop_limit; member
|
/third_party/libcoap/src/ |
D | net.c | 1166 size_t hop_limit; in coap_send_internal() local 1197 hop_limit = in coap_send_internal() 1199 if (hop_limit == 1) { in coap_send_internal() 1205 else if (hop_limit < 1 || hop_limit > 255) { in coap_send_internal() 1208 hop_limit); in coap_send_internal() 1212 hop_limit--; in coap_send_internal() 1214 coap_encode_var_safe8(buf, sizeof(buf), hop_limit), in coap_send_internal() 1244 hop_limit = 255; in coap_send_internal() 1246 (uint8_t *)&hop_limit); in coap_send_internal() 2607 size_t hop_limit; in handle_request() local [all …]
|
D | pdu.c | 579 size_t hop_limit = COAP_OPTION_HOP_LIMIT; in coap_add_option() local 581 coap_insert_option(pdu, COAP_OPTION_HOP_LIMIT, 1, (uint8_t *)&hop_limit); in coap_add_option()
|
/third_party/libnl/include/linux-private/linux/ |
D | ipv6.h | 130 __u8 hop_limit; member
|
/third_party/python/Lib/test/ |
D | test_socket.py | 3748 hop_limit = 2 variable in RFC3542AncillaryTest 3825 self.checkHopLimit(ancbufsize=10240, maxhop=self.hop_limit) 3833 array.array("i", [self.hop_limit]))]), 3903 maxhop=self.hop_limit) 3913 array.array("i", [self.hop_limit]))]), 3924 maxhop=self.hop_limit) 3935 array.array("i", [self.hop_limit]))]) 3943 array.array("i", [self.hop_limit]))])
|