Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c799 ulong_t ul_scope_id; in getscopeidfromzone() local
814 if ((ul_scope_id = strtoul(zone, &endp, 10)) != 0) { in getscopeidfromzone()
820 (uint32_t)(ul_scope_id & 0xffffffffUL); in getscopeidfromzone()