Searched refs:tcpip_inpkt (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/api/ |
D | tcpip.c | 307 tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn) in tcpip_inpkt() function 357 return tcpip_inpkt(p, inp, ethernet_input); in tcpip_input() 360 return tcpip_inpkt(p, inp, ip_input); in tcpip_input()
|
/third_party/lwip/src/include/lwip/ |
D | tcpip.h | 79 err_t tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn);
|
/third_party/lwip/src/netif/ |
D | lowpan6_ble.c | 443 return tcpip_inpkt(p, inp, rfc7668_input); in tcpip_rfc7668_input()
|
D | bridgeif.c | 395 return tcpip_inpkt(p, netif, bridgeif_input); in bridgeif_tcpip_input()
|
D | lowpan6.c | 941 return tcpip_inpkt(p, inp, lowpan6_input); in tcpip_6lowpan_input()
|
/third_party/lwip/src/netif/ppp/ |
D | pppos.c | 434 err = tcpip_inpkt(p, ppp_netif(ppp), pppos_input_sys); in pppos_input_tcpip()
|
/third_party/lwip/ |
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 397 @@ -247,7 +247,7 @@ tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn) 400 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_inpkt: PACKET %p/%p\n", (void *)p, (void *)inp));
|
D | 0002-adapt-lstack.patch | 1954 @@ -242,6 +247,9 @@ tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn) 1957 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_inpkt: PACKET %p/%p\n", (void *)p, (void *)inp));
|