Searched refs:mac_colon_addr (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 1470 (void) mac_colon_addr((uint8_t *)(arh + 1), 1515 (void) mac_colon_addr((uint8_t *)(arh + 1), 2070 (void) mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf));
|
H A D | ip_ndp.c | 1479 mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf))); 1985 mac_colon_addr(haddr, hlen, hbuf,
|
H A D | ip.c | 4781 mac_colon_addr(const uint8_t *addr, size_t alen, char *buf, size_t buflen) function
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 3196 /* Default MAC-layer address string length for mac_colon_addr */ 3212 extern const char *mac_colon_addr(const uint8_t *, size_t, char *, size_t);
|
Completed in 129 milliseconds