Include dependency graph for ppb_net_address.h:

Data Structures
| struct | PP_NetAddress_IPv4 |
| All members are expressed in network byte order. More... | |
| struct | PP_NetAddress_IPv6 |
| All members are expressed in network byte order. More... | |
| struct | PPB_NetAddress |
The PPB_NetAddress interface provides operations on network addresses. More... |
Defines
| #define | PPB_NETADDRESS_INTERFACE "PPB_NetAddress;1.0" |
| #define | PPB_NETADDRESS_INTERFACE PPB_NETADDRESS_INTERFACE |
Typedefs
| typedef struct PPB_NetAddress | PPB_NetAddress |
Enumerations
| enum | PP_NetAddress_Family { PP_NETADDRESS_FAMILY_UNSPECIFIED = 0, PP_NETADDRESS_FAMILY_IPV4 = 1, PP_NETADDRESS_FAMILY_IPV6 = 2 } |
Variables
Detailed Description
This file defines the PPB_NetAddress interface.
Define Documentation
| #define PPB_NETADDRESS_INTERFACE "PPB_NetAddress;1.0" |