Searched refs:llabuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c89 char llabuf[BUFSIZ]; local
134 (void) fmt_lla(llabuf, sizeof (llabuf),
139 llabuf);
146 (void) fmt_lla(llabuf, sizeof (llabuf),
151 llabuf);
167 fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen) argument
170 char *cp = llabuf;
180 return (llabuf);
[all...]
H A Ddefs.h143 extern char *fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen);

Completed in 1700 milliseconds