Home
last modified time | relevance | path

Searched defs:pcb (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/lwip/port/esp32/debug/
Dlwip_debug.c31 #define DBG_LWIP_IP_PCB_SHOW(pcb) \ argument
40 static void dbg_lwip_tcp_pcb_cnt_show(struct tcp_pcb *pcb) in dbg_lwip_tcp_pcb_cnt_show()
76 static void dbg_lwip_tcp_pcb_one_show(struct tcp_pcb* pcb) in dbg_lwip_tcp_pcb_one_show()
130 static void dbg_lwip_tcp_pcb_list_show(struct tcp_pcb* pcb) in dbg_lwip_tcp_pcb_list_show()
151 void dbg_lwip_udp_pcb_one_show(struct udp_pcb *pcb) in dbg_lwip_udp_pcb_one_show()
163 struct udp_pcb *pcb = udp_pcbs; in dbg_lwip_udp_pcb_show() local
/hal_espressif-3.6.0/components/lwip/test_afl_host/
Dnetwork_mock.c116 err_t udp_sendto(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_port) in udp_sendto()
121 void udp_remove(struct udp_pcb *pcb) in udp_remove()
134 err_t udp_bind(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in udp_bind()
139 void udp_recv(struct udp_pcb *pcb, udp_recv_fn recv, void *recv_arg) in udp_recv()
143 void udp_disconnect(struct udp_pcb *pcb) in udp_disconnect()
218 err_t udp_connect(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in udp_connect()
223 err_t udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_port, s… in udp_sendto_if()
228 err_t udp_sendto_if_src(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, u16_t dst_por… in udp_sendto_if_src()
Ddhcpserver_di.h21 void dhcp_test_handle_dhcp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u… in dhcp_test_handle_dhcp()
Ddhcp_di.h31 void dhcp_test_dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16… in dhcp_test_dhcp_recv()
Ddns_di.h50 void dns_test_dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t p… in dns_test_dns_recv()
/hal_espressif-3.6.0/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c51 static void on_ppp_status_changed(ppp_pcb *pcb, int err_code, void *ctx) in on_ppp_status_changed()
185 static void on_ppp_notify_phase(ppp_pcb *pcb, u8_t phase, void *ctx) in on_ppp_notify_phase()
238 static uint32_t pppos_low_level_output(ppp_pcb *pcb, uint8_t *data, uint32_t len, void *netif) in pppos_low_level_output()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/button/
Dbutton.c154 button_cb_t *pcb = btn->cb_head; in button_tap_rls_cb() local
210 button_cb_t *pcb = btn->cb_head; in button_gpio_isr_handler() local
265 button_cb_t *pcb = btn->cb_head; in iot_button_delete() local
/hal_espressif-3.6.0/components/lwip/apps/ping/
Dping.c136 ping_recv(void *arg, struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *addr) in ping_recv()
198 struct raw_pcb *pcb = (struct raw_pcb*)arg; in ping_timeout() local
/hal_espressif-3.6.0/components/mdns/
Dmdns_networking_socket.c73 static int pcb_to_sock(struct udp_pcb* pcb) in pcb_to_sock()
101 struct udp_pcb * pcb = _mdns_server->interfaces[tcpip_if].pcbs[ip_protocol].pcb; in _mdns_pcb_deinit() local
Dmdns_networking_lwip.c166 struct udp_pcb * pcb = NULL; local
Dmdns.c1808 mdns_pcb_t * pcb = &_mdns_server->interfaces[tcpip_if].pcbs[ip_protocol]; in _mdns_init_pcb_probe_new_service() local
1864 mdns_pcb_t * pcb = &_mdns_server->interfaces[tcpip_if].pcbs[ip_protocol]; in _mdns_init_pcb_probe() local
4168 mdns_pcb_t * pcb = &_mdns_server->interfaces[p->tcpip_if].pcbs[p->ip_protocol]; in _mdns_tx_handle_packet() local
/hal_espressif-3.6.0/components/lwip/apps/dhcpserver/
Ddhcpserver.c955 struct udp_pcb *pcb, in handle_dhcp()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1826 static int find_rfc_pcb(void *user_data, tBTA_JV_RFC_CB **cb, tBTA_JV_PCB **pcb) in find_rfc_pcb()
/hal_espressif-3.6.0/components/mdns/private_include/
Dmdns_private.h346 struct udp_pcb * pcb; member