Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/net/
Dsctp_sys_calls.c83 u_char adbuf[200]; in SCTPPrintAnAddress() local
92 memcpy(adbuf, LLADDR(dl), dl->sdl_alen); in SCTPPrintAnAddress()
94 printf("%2.2x", adbuf[i]); in SCTPPrintAnAddress()