Searched refs:option_type (Results 1 – 5 of 5) sorted by relevance
/third_party/libcoap/src/ |
D | coap_cache.c | 17 is_cache_key(uint16_t option_type, size_t cache_ignore_count, in is_cache_key() argument 22 if ((option_type & 0x1e) == 0x1c) in is_cache_key() 28 if (option_type == COAP_OPTION_OBSERVE) in is_cache_key() 33 if (cache_ignore_options[i] == option_type) { in is_cache_key()
|
D | coap_debug.c | 327 msg_option_string(uint8_t code, uint16_t option_type) { in msg_option_string() argument 380 if (option_type == options_csm[i].type) { in msg_option_string() 386 if (option_type == options_pingpong[i].type) { in msg_option_string() 392 if (option_type == options_release[i].type) { in msg_option_string() 398 if (option_type == options_abort[i].type) { in msg_option_string() 405 if (option_type == options[i].type) { in msg_option_string() 411 snprintf(buf, sizeof(buf), "%u", option_type); in msg_option_string()
|
/third_party/mesa3d/bin/ |
D | meson-options.py | 11 option_type: str, option_message: str) -> None: 14 print('type: ' + option_type)
|
/third_party/lwip/src/core/ipv6/ |
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/lwip/src/core/ipv4/ |
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); 1432 dhcp_option(u16_t options_out_len, u8_t *options, u8_t option_type, u8_t option_len) in dhcp_option() argument 1435 options[options_out_len++] = option_type; in dhcp_option()
|