Searched refs:mac_colon_addr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 1470 (void) mac_colon_addr((uint8_t *)(arh + 1), in arp_notify() 1515 (void) mac_colon_addr((uint8_t *)(arh + 1), in arp_notify() 2070 (void) mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf)); in arp_excl()
|
H A D | ip_ndp.c | 1477 mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf))); in ip_ndp_excl() 1983 mac_colon_addr(haddr, hlen, hbuf, in ndp_input_advert()
|
H A D | ip.c | 4781 mac_colon_addr(const uint8_t *addr, size_t alen, char *buf, size_t buflen) in mac_colon_addr() function
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip.h | 3212 extern const char *mac_colon_addr(const uint8_t *, size_t, char *, size_t);
|