Searched refs:llabuf (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | trace.c | 89 char llabuf[BUFSIZ]; in print_opt() local 134 (void) fmt_lla(llabuf, sizeof (llabuf), in print_opt() 139 llabuf); in print_opt() 146 (void) fmt_lla(llabuf, sizeof (llabuf), in print_opt() 151 llabuf); in print_opt() 167 fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen) in fmt_lla() argument 170 char *cp = llabuf; in fmt_lla() 180 return (llabuf); in fmt_lla()
|
H A D | defs.h | 143 extern char *fmt_lla(char *llabuf, int bufsize, uchar_t *lla, int llalen);
|