Home
last modified time | relevance | path

Searched defs:ether_addr (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c54 struct ether_addr *ether_addr, _ether_addr; variable
/openbsd/usr.sbin/npppd/pppoe/
H A Dpppoe.h117 u_char ether_addr[ETHER_ADDR_LEN]; member
166 u_char ether_addr[ETHER_ADDR_LEN]; member
H A Dpppoe_session.c87 int session_id, u_char *ether_addr) in pppoe_session_init()
/openbsd/sys/arch/alpha/stand/
H A Dbbinfo.h50 u_int8_t ether_addr[6]; member
/openbsd/sys/netinet/
H A Dif_ether.h70 struct ether_addr { struct
71 u_int8_t ether_addr_octet[ETHER_ADDR_LEN]; argument
/openbsd/usr.sbin/arp/
H A Darp.c800 wake(const char *ether_addr, const char *iface) in wake()