Home
last modified time | relevance | path

Searched refs:ethhdr_type (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Ddriverif.c145 u16_t ethhdr_type; local
149 u16_t ethhdr_type;
171 ethhdr_type = ntohs(ethhdr->type);
172 LWIP_DEBUGF(DRIVERIF_DEBUG, ("driverif_input : received packet of type %"U16_F" netif->input=%p\n", ethhdr_type, netif->input));
193 ethhdr_type = ntohs(ethhdr->type);
195 switch (ethhdr_type) {
203 LWIP_DEBUGF(DRIVERIF_DEBUG, ("driverif_input : received packet of type %"U16_F"\n", ethhdr_type));
224 LWIP_DEBUGF(DRIVERIF_DEBUG, ("driverif_input : received packet is of unsupported type %"U16_F"\n", ethhdr_type));
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Ddriverif.c155 u16_t ethhdr_type; in driverif_input_proc() local
160 ethhdr_type = ntohs(ethhdr->type); in driverif_input_proc()
162 switch (ethhdr_type) { in driverif_input_proc()
170 LWIP_DEBUGF(DRIVERIF_DEBUG, ("driverif_input : received packet of type %"U16_F"\n", ethhdr_type)); in driverif_input_proc()
192 ethhdr_type)); in driverif_input_proc()
215 u16_t ethhdr_type; in driverif_input() local
238 ethhdr_type = ntohs(ethhdr->type); in driverif_input()
240 ethhdr_type, netif->input)); in driverif_input()

Completed in 1 milliseconds