ESP8266
Static Public Attributes | List of all members
IPPROTO Class Reference

Static Public Attributes

static const uint8_t IP = 0
 
static const uint8_t ICMP = 1
 
static const uint8_t IGMP = 2
 
static const uint8_t GGP = 3
 
static const uint8_t TCP = 6
 
static const uint8_t PUP = 12
 
static const uint8_t UDP = 17
 
static const uint8_t IDP = 22
 
static const uint8_t ND = 77
 
static const uint8_t RAW = 255
 

Member Data Documentation

const uint8_t IPPROTO::GGP = 3
static
const uint8_t IPPROTO::ICMP = 1
static
const uint8_t IPPROTO::IDP = 22
static
const uint8_t IPPROTO::IGMP = 2
static
const uint8_t IPPROTO::IP = 0
static
const uint8_t IPPROTO::ND = 77
static
const uint8_t IPPROTO::PUP = 12
static
const uint8_t IPPROTO::RAW = 255
static
const uint8_t IPPROTO::TCP = 6
static
const uint8_t IPPROTO::UDP = 17
static