/third_party/libcoap/src/ |
D | coap_net.c | 1401 size_t hop_limit; in coap_send_internal() local 1432 hop_limit = in coap_send_internal() 1434 if (hop_limit == 1) { in coap_send_internal() 1439 } else if (hop_limit < 1 || hop_limit > 255) { in coap_send_internal() 1442 hop_limit); in coap_send_internal() 1446 hop_limit--; in coap_send_internal() 1448 coap_encode_var_safe8(buf, sizeof(buf), hop_limit), in coap_send_internal() 1486 hop_limit = 255; in coap_send_internal() 1488 (uint8_t *)&hop_limit); in coap_send_internal() 2902 size_t hop_limit; in handle_request() local [all …]
|
D | coap_pdu.c | 723 size_t hop_limit = COAP_OPTION_HOP_LIMIT; in coap_add_option_internal() local 725 coap_insert_option(pdu, COAP_OPTION_HOP_LIMIT, 1, (uint8_t *)&hop_limit); in coap_add_option_internal()
|
/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]))])
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 13157 __s32 hop_limit; member 52561 u8 hop_limit; member 52579 __s16 hop_limit: 9; member 52682 __u8 hop_limit; member 71371 __u8 hop_limit; member 80348 u8 hop_limit; member 80356 u8 hop_limit; member 80886 u8 hop_limit; member 87721 __u8 hop_limit; member 89259 __u8 hop_limit; member [all …]
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 3124 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 3125 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 3309 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 3473 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 3155 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 3177 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 3238 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 3166 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 3208 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 3449 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 3104 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 3373 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 3240 pub hop_limit: __u8, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 3262 pub hop_limit: __u8, field
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 15046 …<var-decl name="hop_limit" type-id="3158a266" visibility="default" filepath="include/linux/ipv6.h"… 23902 …<var-decl name="hop_limit" type-id="3158a266" visibility="default" filepath="include/linux/ipv6.h"…
|
D | test-PR27569-v0.abi | 15046 …<var-decl name="hop_limit" type-id="3158a266" visibility="default" filepath="include/linux/ipv6.h"… 23881 …<var-decl name="hop_limit" type-id="3158a266" visibility="default" filepath="include/linux/ipv6.h"…
|