Home
last modified time | relevance | path

Searched refs:smacbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_arp.c62 char *smacbuf = NULL, *dmacbuf = NULL; in interpret_arp() local
90 smacbuf = dmacbuf = unarp_addr; in interpret_arp()
93 smacbuf = _link_ntoa(sha, NULL, maclen, IFT_OTHER); in interpret_arp()
94 if (smacbuf == NULL) in interpret_arp()
119 printip(sip), smacbuf); in interpret_arp()
153 "Sender's hardware address = %s", smacbuf); in interpret_arp()
169 free(smacbuf); in interpret_arp()