Home
last modified time | relevance | path

Searched defs:sockaddr_in6 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dfake-socket.h39 struct sockaddr_in6 { struct
40 unsigned short sin6_family;
41 u_int16_t sin6_port;
42 u_int32_t sin6_flowinfo;
43 struct in6_addr sin6_addr;
/titanic_41/usr/src/lib/libresolv2/include/
H A Dport_after.h115 struct sockaddr_in6 { struct
117 u_int8_t sin6_len; /* length of this struct */
118 u_int8_t sin6_family; /* AF_INET6 */
122 u_int16_t sin6_port; /* transport layer port # */
123 u_int32_t sin6_flowinfo; /* IPv6 flow information */
124 struct in6_addr sin6_addr; /* IPv6 address */
125 u_int32_t sin6_scope_id; /* set of interfaces for a scope */
/titanic_41/usr/src/uts/common/netinet/
H A Din.h416 struct sockaddr_in6 { struct
417 sa_family_t sin6_family;
418 in_port_t sin6_port;
419 uint32_t sin6_flowinfo;
420 struct in6_addr sin6_addr;
421 uint32_t sin6_scope_id; /* Depends on scope of sin6_addr */
422 uint32_t __sin6_src_id; /* Impl. specific - UDP replies */