Pepper_47_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_net_address.h File Reference
#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"
Include dependency graph for ppb_net_address.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

This file defines the PPB_NetAddress interface.

Definition in file ppb_net_address.h.

Macro Definition Documentation

#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.