Home
last modified time | relevance | path

Searched refs:remote_port (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/src/
Dsmartconfig_ack.c86 int remote_port = 0; in sc_ack_send_task() local
88 remote_port = SC_ACK_TOUCH_SERVER_PORT; in sc_ack_send_task()
94 remote_port = SC_ACK_TOUCH_V2_SERVER_PORT(port_bit); in sc_ack_send_task()
96 remote_port = SC_ACK_AIRKISS_SERVER_PORT; in sc_ack_send_task()
102 server_addr.sin_port = htons(remote_port); in sc_ack_send_task()
/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/
Dtcp_isn_default.c113 const ip_addr_t *remote_ip, u16_t remote_port) in lwip_hook_tcp_isn() argument
157 input[34] = (u8_t)(remote_port >> 8); in lwip_hook_tcp_isn()
158 input[35] = (u8_t)(remote_port & 0xff); in lwip_hook_tcp_isn()
/hal_espressif-3.6.0/components/lwip/port/esp32/debug/
Dlwip_debug.c88 ESP_LWIP_LOGI("local_port=%d, remote_port=%d", pcb->local_port, pcb->remote_port); in dbg_lwip_tcp_pcb_one_show()
156 ESP_LWIP_LOGI("local_port=%d remote_port=%d", pcb->local_port, pcb->remote_port); in dbg_lwip_udp_pcb_one_show()
/hal_espressif-3.6.0/components/lwip/port/esp32/include/
Dlwip_default_hooks.h34 const ip_addr_t *remote_ip, u16_t remote_port);
/hal_espressif-3.6.0/components/mdns/
Dmdns_networking_lwip.c49 _pcb_main->remote_port = MDNS_SERVICE_PORT; in _udp_pcb_main_init()