Searched refs:ethertype_ (Results 1 – 2 of 2) sorted by relevance
46 return ethertype_; in get_ethertype()51 return ethertype_ == NCSI_ETHERTYPE; in is_ncsi()120 uint16_t ethertype_ = NCSI_ETHERTYPE; variable
36 ethertype_ = (et_hi << 8) + et_lo; in parse_ethernet_frame()38 if (ethertype_ != NCSI_ETHERTYPE) in parse_ethernet_frame()