Lines Matching refs:addr
41 static struct ether_addr addr;
50 addr = *hint;
52 ether_sprintf(&addr));
55 *result = addr;
66 ether_sprintf(struct ether_addr *addr)
71 addr->ether_addr_octet[0], addr->ether_addr_octet[1],
72 addr->ether_addr_octet[2], addr->ether_addr_octet[3],
73 addr->ether_addr_octet[4], addr->ether_addr_octet[5]);
96 ether_aton(char *addr, uchar_t *macaddr)
100 char *cp = addr;