| Pepper_47_C_interfaces
    | 
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_resource.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/pp_var.h"

Go to the source code of this file.
| Classes | |
| struct | PP_NetAddress_IPv4 | 
| struct | PP_NetAddress_IPv6 | 
| struct | PPB_NetAddress_1_0 | 
| Macros | |
| #define | PPB_NETADDRESS_INTERFACE_1_0 "PPB_NetAddress;1.0" | 
| #define | PPB_NETADDRESS_INTERFACE PPB_NETADDRESS_INTERFACE_1_0 | 
| Typedefs | |
| typedef struct PPB_NetAddress_1_0 | PPB_NetAddress | 
| Enumerations | |
| enum | PP_NetAddress_Family { PP_NETADDRESS_FAMILY_UNSPECIFIED = 0, PP_NETADDRESS_FAMILY_IPV4 = 1, PP_NETADDRESS_FAMILY_IPV6 = 2 } | 
| Functions | |
| PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_NetAddress_Family, 4) | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_NetAddress_IPv4, 6) | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_NetAddress_IPv6, 18) | |
This file defines the PPB_NetAddress interface. 
Definition in file ppb_net_address.h.
| #define PPB_NETADDRESS_INTERFACE PPB_NETADDRESS_INTERFACE_1_0 | 
Definition at line 19 of file ppb_net_address.h.
| #define PPB_NETADDRESS_INTERFACE_1_0 "PPB_NetAddress;1.0" | 
Definition at line 18 of file ppb_net_address.h.
 1.8.6
 1.8.6