HomeSort by: relevance | last modified time | path
    Searched defs:adbuf (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 28 milliseconds