Searched defs:sin6_scope_id (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_after.h126 u_int32_t sin6_scope_id; /* set of interfaces for a scope */ member in struct:sockaddr_in6
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c73 const char *zone, uint32_t *sin6_scope_id);
684 /* set sin6_scope_id */
688 * sin6_scope_id.
694 &ai2sin6(nai)->sin6_scope_id)) != 0) {
699 ai2sin6(nai)->sin6_scope_id = 0;
749 * getscopeidfromzone(sa, zone, sin6_scope_id)
751 * Converts the string pointed to by 'zone' into a sin6_scope_id.
753 * be a literal sin6_scope_id.
755 * 0 is returned on success and the output parameter 'sin6_scope_id' will
756 * be set to a valid sin6_scope_id
765 getscopeidfromzone(const struct sockaddr_in6 *sa, const char *zone, uint32_t *sin6_scope_id) argument
[all...]

Completed in 35 milliseconds