Home
last modified time | relevance | path

Searched refs:tos (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/icmp_echo/main/
Decho_example_main.c75 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/
Dping.c267 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()
Dping_sock.c290 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/
Dping_sock.h70 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/
Dmesh_main.c74 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/
Dmesh_main.c119 data.tos = MESH_TOS_P2P; in check_button()
160 data.tos = MESH_TOS_P2P; in esp_mesh_mqtt_task()
Dmesh_netif.c144 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/
Dlwip_debug.c34 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/
DREADME.md64 -Q, --tos=<n> Set Type of Service related bits in IP datagrams
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_mesh.h485 mesh_tos_t tos; /**< data type of service */ member