Lines Matching refs:stack
46 * `--<--->--` Data packets going from communication media to TCP/IP stack and back
48 * `********` Events agregated in ESP-NETIP propagates to driver, user code and network stack
55 Overall application interaction with communication media and network stack
61 2) network stack options (netif init and input functions, not publicly available)
74 network stack are passed to the IO driver
75 - calls esp_netif_receive to pass incoming data to network stack
79 * IO API: for passing data between IO driver and network stack
83 * network stack abstraction: enabling user interaction with TCP/IP stack
89 ### D) Network stack: no public interaction with user code (wrtt interfaces)
104 … frames is crucial since the ESP-NETIF L2 TAP needs to work along with IP stack and so the IP rela…
107 in and the remaining traffic is either passed to other L2 TAP file descriptors or to IP stack.