Searched refs:llabuf (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | trace.c | 89 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 D | defs.h | 143 extern char *fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen);
|
Completed in 58 milliseconds