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

  /src/sys/dev/usb/
if_axen.c 714 int l3_type, l4_type; local in function:axen_csum_flags_rx
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)
if_axen.c 714 int l3_type, l4_type; local in function:axen_csum_flags_rx
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 89 milliseconds