Home
last modified time | relevance | path

Searched refs:pall (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c905 …static uint16_t pall = 0x0300; /* ETH_P_ALL … in packet_input() local
907 static uint16_t pall = 0x0003; in packet_input() local
956 eth_hdr->type, eth_vlan_hdr->tpid, pall, sock->protocol)); in packet_input()
959 || (pall == sock->protocol)) in packet_input()
966 …LWIP_DEBUGF(PACKETS_DEBUG, ("packet_input left(%d, %d) right (%d) \n", eth_hdr->type, pall, sock->… in packet_input()
968 ||(pall == sock->protocol)) in packet_input()

Completed in 4 milliseconds