Searched refs:tos (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/examples/protocols/icmp_echo/main/ |
D | echo_example_main.c | 75 struct arg_int *tos; member 106 if (ping_args.tos->count > 0) { in do_ping_cmd() 107 config.tos = (uint32_t)(ping_args.tos->ival[0]); in do_ping_cmd() 158 ping_args.tos = arg_int0("Q", "tos", "<n>", "Set Type of Service related bits in IP datagrams"); in register_ping()
|
/hal_espressif-3.6.0/components/lwip/apps/ping/ |
D | ping.c | 267 uint32_t tos = 0; in ping_init() local 278 esp_ping_get_target(PING_TARGET_IP_TOS, &tos, sizeof(tos)); in ping_init() 286 config.tos = tos; in ping_init()
|
D | ping_sock.c | 290 setsockopt(ep->sock, IPPROTO_IP, IP_TOS, &config->tos, sizeof(config->tos)); in esp_ping_new_session()
|
/hal_espressif-3.6.0/components/lwip/include/apps/ping/ |
D | ping_sock.h | 70 uint8_t tos; /*!< Type of Service, a field specified in the IP header */ member 87 .tos = 0, \
|
/hal_espressif-3.6.0/examples/mesh/internal_communication/main/ |
D | mesh_main.c | 74 data.tos = MESH_TOS_P2P; in esp_mesh_p2p_tx_main() 110 err, data.proto, data.tos); in esp_mesh_p2p_tx_main() 118 err, data.proto, data.tos); in esp_mesh_p2p_tx_main() 162 data.tos); in esp_mesh_p2p_rx_main()
|
/hal_espressif-3.6.0/examples/mesh/ip_internal_network/main/ |
D | mesh_main.c | 119 data.tos = MESH_TOS_P2P; in check_button() 160 data.tos = MESH_TOS_P2P; in esp_mesh_mqtt_task()
|
D | mesh_netif.c | 144 data.tos = MESH_TOS_P2P; in mesh_netif_transmit_from_root_ap() 182 data.tos = MESH_TOS_P2P; in mesh_netif_transmit_from_node_sta()
|
/hal_espressif-3.6.0/components/lwip/port/esp32/debug/ |
D | lwip_debug.c | 34 ESP_LWIP_LOGI("so_options=%x, tos=%d ttl=%d", (pcb)->so_options, (pcb)->tos, (pcb)->ttl)
|
/hal_espressif-3.6.0/examples/protocols/icmp_echo/ |
D | README.md | 64 -Q, --tos=<n> Set Type of Service related bits in IP datagrams
|
/hal_espressif-3.6.0/components/esp_wifi/include/ |
D | esp_mesh.h | 485 mesh_tos_t tos; /**< data type of service */ member
|