Home
last modified time | relevance | path

Searched refs:NCSI_ETHERTYPE (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.h51 return ethertype_ == NCSI_ETHERTYPE; in is_ncsi()
120 uint16_t ethertype_ = NCSI_ETHERTYPE;
H A Dnic_mock.cpp38 if (ethertype_ != NCSI_ETHERTYPE) in parse_ethernet_frame()
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi.h88 #define NCSI_ETHERTYPE 0x88F8 macro
H A Dncsi_client.c91 header->ethhdr.ethertype = htons(NCSI_ETHERTYPE); in set_header_fields()