Searched refs:etheraddr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Ddecnet.h47 typedef union etheraddress etheraddr; /* Ethernet address */ typedef in typeref:union:etheraddress
77 etheraddr lg_dst; /* destination id */
80 etheraddr lg_src; /* source id */
212 etheraddr rh_src; /* source id */
227 etheraddr eh_src; /* source id */
232 etheraddr eh_router; /* designated router */
H A Dprint-decnet.c184 etheraddr srcea, rtea;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A Dsuite_single.c240 unsigned char *etheraddr, *cmpether; local
255 etheraddr = cfg_getptr(cfg, "ethernet-address");
256 fail_unless(etheraddr != 0);
257 fail_unless(my_ether_ntoa(etheraddr) != 0);
259 fail_unless(memcmp(etheraddr, cmpether, 6) == 0);

Completed in 52 milliseconds