Searched refs:option_type (Results 1 - 7 of 7) sorted by relevance
/third_party/libcoap/src/ |
H A D | coap_cache.c | 19 /* Determines if the given option_type denotes an option type that can 23 is_cache_key(uint16_t option_type, size_t cache_ignore_count, in is_cache_key() argument 28 if ((option_type & 0x1e) == 0x1c) in is_cache_key() 34 if (option_type == COAP_OPTION_OBSERVE) in is_cache_key() 39 if (cache_ignore_options[i] == option_type) { in is_cache_key()
|
H A D | coap_debug.c | 513 msg_option_string(uint8_t code, uint16_t option_type) { in msg_option_string() argument 572 if (option_type == options_csm[i].type) { in msg_option_string() 578 if (option_type == options_pingpong[i].type) { in msg_option_string() 584 if (option_type == options_release[i].type) { in msg_option_string() 590 if (option_type == options_abort[i].type) { in msg_option_string() 595 /* search option_type in list of known options */ in msg_option_string() 597 if (option_type == options[i].type) { in msg_option_string() 603 snprintf(buf, sizeof(buf), "%u", option_type); in msg_option_string()
|
/third_party/mesa3d/bin/ |
H A D | meson-options.py | 11 option_type: str, option_message: str) -> None: 14 print('type: ' + option_type)
|
/third_party/lwip/src/core/ipv6/ |
H A D | nd6.c | 641 u8_t option_type; in nd6_input() local 659 option_type = pbuf_get_at(p, offset); in nd6_input() 661 if (option_type != ND6_OPTION_TYPE_RDNSS) { in nd6_input() 670 option_type = buffer[0]; in nd6_input() 671 switch (option_type) { in nd6_input()
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | value_enum.rs | 471 fn option_type() { in option_type() functions
|
/third_party/lwip/src/core/ipv4/ |
H A D | dhcp.c | 219 static u16_t dhcp_option(u16_t options_out_len, u8_t *options, u8_t option_type, u8_t option_len); 1499 dhcp_option(u16_t options_out_len, u8_t *options, u8_t option_type, u8_t option_len) argument 1502 options[options_out_len++] = option_type;
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 1073 int option_type(option_t *opt) in option_type() function
|
Completed in 12 milliseconds