static struct pbuf low_level_input
LWIP轻量级TCPIP协议栈的移植 ... static err_t low_level_output(struct netif *netif, struct pbuf *p) //底层硬件发送数据函数 static struct pbuf * low_level_input(struct netif *netif) //底层硬件接收数据函数 err_t ethernetif_input(struct pbuf *pp,struct netif *netif) //硬件抽象层接收数据 ...
基于2个网页-相关网页