HomeSort by: relevance | last modified time | path
    Searched defs:l3_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
if_axen.c 714 int l3_type, l4_type; local
719 l3_type = (pkt_hdr & AXEN_RXHDR_L3_TYPE_MASK) >>
722 if (l3_type == AXEN_RXHDR_L3_TYPE_IPV4)
730 if (l3_type == AXEN_RXHDR_L3_TYPE_IPV4)
736 if (l3_type == AXEN_RXHDR_L3_TYPE_IPV4)

Completed in 22 milliseconds