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

/external/strace/
H A Dnet.c234 char scopebuf[IFNAMSIZ + 1]; local
236 if (if_indextoname(addrbuf.sa6.sin6_scope_id, scopebuf) == NULL)
239 tprintf(", sin6_scope_id=if_nametoindex(\"%s\")", scopebuf);

Completed in 145 milliseconds