Home
last modified time | relevance | path

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

/external/strace/
Dnet.c1273 char scopebuf[IFNAMSIZ + 1]; in printsock() local
1275 if (if_indextoname (addrbuf.sa6.sin6_scope_id, scopebuf) == NULL) in printsock()
1278 tprintf(", sin6_scope_id=if_nametoindex(\"%s\")", scopebuf); in printsock()