Searched refs:pall (Results 1 – 1 of 1) sorted by relevance
905 …static uint16_t pall = 0x0300; /* ETH_P_ALL … in packet_input() local907 static uint16_t pall = 0x0003; in packet_input() local956 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