Home
last modified time | relevance | path

Searched refs:is_cdp_packet (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dnet.h567 static inline int is_cdp_packet(const uchar *ethaddr) in is_cdp_packet() function
/external/u-boot/drivers/net/
Dmpc8xx_fec.c240 !is_cdp_packet((uchar *)rx)) in fec_recv()
/external/u-boot/net/
Dnet.c1083 iscdp = is_cdp_packet(et->et_dest); in net_process_received_packet()