sockaddr_in6 Struct Reference

IPv6 socket address. More...

#include <in.h>


Data Fields

sa_family_t sin_family
 Socket address family (part of struct sockaddr).
uint16_t sin_port
 TCP/IP port (part of struct sockaddr_tcpip).
uint32_t sin6_flowinfo
struct in6_addr sin6_addr
uint32_t sin6_scope_id


Detailed Description

IPv6 socket address.

Definition at line 80 of file in.h.


Field Documentation

Socket address family (part of struct sockaddr).

Always set to AF_INET6 for IPv6 addresses

Definition at line 85 of file in.h.

TCP/IP port (part of struct sockaddr_tcpip).

Definition at line 87 of file in.h.

Definition at line 88 of file in.h.

Definition at line 89 of file in.h.

Referenced by ipv6_tx().

Definition at line 90 of file in.h.


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1