Searched refs:net_context_send_cb_t (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | net_offload.h | 98 net_context_send_cb_t cb, 108 net_context_send_cb_t cb, 323 net_context_send_cb_t cb, in net_offload_send() 369 net_context_send_cb_t cb, in net_offload_sendto() 505 net_context_send_cb_t cb, 516 net_context_send_cb_t cb,
|
D | net_context.h | 120 typedef void (*net_context_send_cb_t)(struct net_context *context, typedef 245 net_context_send_cb_t send_cb; 1182 net_context_send_cb_t cb, 1212 net_context_send_cb_t cb, 1237 net_context_send_cb_t cb,
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.h | 36 net_context_send_cb_t send_cb;
|
D | eswifi_offload.c | 224 net_context_send_cb_t cb; in eswifi_off_send_work() 250 net_context_send_cb_t cb, in eswifi_off_send() 299 net_context_send_cb_t cb, in eswifi_off_sendto()
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp_internal.h | 209 int net_tcp_send_data(struct net_context *context, net_context_send_cb_t cb, 213 net_context_send_cb_t cb, in net_tcp_send_data()
|
D | net_context.c | 2207 net_context_send_cb_t cb, in context_sendto() 2620 net_context_send_cb_t cb, in net_context_send() 2663 net_context_send_cb_t cb, in net_context_sendmsg() 2684 net_context_send_cb_t cb, in net_context_sendto()
|
D | tcp.c | 3805 int net_tcp_send_data(struct net_context *context, net_context_send_cb_t cb, in net_tcp_send_data()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_offload.c | 418 net_context_send_cb_t cb, in esp_sendto() 468 net_context_send_cb_t cb, in esp_send()
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 449 net_context_send_cb_t cb, in winc1500_send() 489 net_context_send_cb_t cb, in winc1500_sendto()
|
/Zephyr-latest/drivers/modem/ |
D | wncm14a2a.c | 1623 net_context_send_cb_t cb, in offload_sendto() 1656 net_context_send_cb_t cb, in offload_send()
|
D | hl7800.c | 6072 socklen_t addr_len, net_context_send_cb_t cb, in offload_sendto() 6132 static int offload_send(struct net_pkt *pkt, net_context_send_cb_t cb, in offload_send()
|