16 #ifndef VNET_LISP_GPE_LISP_TYPES_H_ 17 #define VNET_LISP_GPE_LISP_TYPES_H_ 22 #define SHA1_AUTH_DATA_LEN 20 23 #define SHA256_AUTH_DATA_LEN 32 82 #define fid_addr_ippref(_a) (_a)->ippref 83 #define fid_addr_prefix_length(_a) ip_prefix_len(&fid_addr_ippref(_a)) 84 #define fid_addr_ip_version(_a) ip_prefix_version(&fid_addr_ippref(_a)) 85 #define fid_addr_mac(_a) (_a)->mac 86 #define fid_addr_nsh(_a) (_a)->nsh 87 #define fid_addr_type(_a) (_a)->type 96 #define sd_dst(_a) (_a)->dst 97 #define sd_src(_a) (_a)->src 98 #define sd_src_ippref(_a) fid_addr_ippref(&sd_src(_a)) 99 #define sd_dst_ippref(_a) fid_addr_ippref(&sd_dst(_a)) 100 #define sd_src_mac(_a) fid_addr_mac(&sd_src(_a)) 101 #define sd_dst_mac(_a) fid_addr_mac(&sd_dst(_a)) 102 #define sd_src_type(_a) fid_addr_type(&sd_src(_a)) 103 #define sd_dst_type(_a) fid_addr_type(&sd_dst(_a)) 112 #define vni_vni(_a) (_a)->vni 113 #define vni_mask_len(_a) (_a)->vni_mask_len 114 #define vni_gid(_a) (_a)->gid_addr 122 #define nsh_spi(_a) (_a)->spi 123 #define nsh_si(_a) (_a)->si 131 #define lcaf_arp_ndp_ip(_a) (_a)->addr 132 #define lcaf_arp_ndp_ip_ver(_a) ip_addr_version(&lcaf_arp_ndp_ip(_a)) 133 #define lcaf_arp_ndp_ip4(_a) ip_addr_v4(&lcaf_arp_ndp_ip(_a)) 134 #define lcaf_arp_ndp_ip6(_a) ip_addr_v6(&lcaf_arp_ndp_ip(_a)) 135 #define lcaf_arp_ndp_bd(_a) (_a)->bd 149 #define lcaf_type(_a) (_a)->type 150 #define lcaf_vni(_a) vni_vni(& (_a)->uni) 151 #define lcaf_vni_len(_a) vni_mask_len(& (_a)->uni) 154 typedef struct _gid_address_t
203 #define gid_address_type(_a) (_a)->type 204 #define gid_address_ippref(_a) (_a)->ippref 205 #define gid_address_ippref_len(_a) (_a)->ippref.len 206 #define gid_address_ip(_a) ip_prefix_addr(&gid_address_ippref(_a)) 207 #define gid_address_ip_version(_a) ip_addr_version(&gid_address_ip(_a)) 208 #define gid_address_lcaf(_a) (_a)->lcaf 209 #define gid_address_mac(_a) (_a)->mac 210 #define gid_address_nsh(_a) (_a)->nsh 211 #define gid_address_nsh_spi(_a) nsh_spi(&gid_address_nsh(_a)) 212 #define gid_address_nsh_si(_a) nsh_si(&gid_address_nsh(_a)) 213 #define gid_address_vni(_a) (_a)->vni 214 #define gid_address_vni_mask(_a) (_a)->vni_mask 215 #define gid_address_sd_dst_ippref(_a) sd_dst_ippref(&(_a)->sd) 216 #define gid_address_sd_src_ippref(_a) sd_src_ippref(&(_a)->sd) 217 #define gid_address_sd_dst_mac(_a) sd_dst_mac(&(_a)->sd) 218 #define gid_address_sd_src_mac(_a) sd_src_mac(&(_a)->sd) 219 #define gid_address_sd(_a) (_a)->sd 220 #define gid_address_sd_src(_a) sd_src(&gid_address_sd(_a)) 221 #define gid_address_sd_dst(_a) sd_dst(&gid_address_sd(_a)) 222 #define gid_address_sd_src_type(_a) sd_src_type(&gid_address_sd(_a)) 223 #define gid_address_sd_dst_type(_a) sd_dst_type(&gid_address_sd(_a)) 224 #define gid_address_arp_ndp(_a) (_a)->arp_ndp 225 #define gid_address_arp_ndp_bd(_a) lcaf_arp_ndp_bd(&gid_address_arp_ndp(_a)) 226 #define gid_address_arp_ndp_ip(_a) lcaf_arp_ndp_ip(&gid_address_arp_ndp(_a)) 227 #define gid_address_arp_ip4(_a) lcaf_arp_ndp_ip4(&gid_address_arp_ndp(_a)) 228 #define gid_address_ndp_ip6(_a) lcaf_arp_ndp_ip6(&gid_address_arp_ndp(_a)) 229 #define gid_address_ndp_bd gid_address_arp_ndp_bd 230 #define gid_address_arp_bd gid_address_arp_ndp_bd 233 #define foreach_gid_address_type_fcns \ 243 u16 _n ## _size_to_write (void * pref); \ 244 u16 _n ## _write (u8 * p, void * pref); \ 245 u8 _n ## _length (void *a); \ 246 void * _n ## _cast (gid_address_t * a); \ 247 void _n ## _copy (void * dst , void * src); 256 return (*((
u64 *) m) & 0xffffffffffff);
u16 ip_address_iana_afi(ip_address_t *a)
void locator_free(locator_t *l)
void gid_address_copy(gid_address_t *dst, gid_address_t *src)
void build_src_dst(gid_address_t *sd, gid_address_t *src, gid_address_t *dst)
uword unformat_hmac_key_id(unformat_input_t *input, va_list *args)
u16 gid_address_put(u8 *b, gid_address_t *gid)
struct locator_pair locator_pair_t
void gid_to_dp_address(gid_address_t *g, dp_address_t *d)
u16 ip6_address_size_to_put()
enum fid_addr_type_t_ fid_addr_type_t
u16 ip_address_size_to_write(ip_address_t *a)
u8 * format_negative_mapping_action(u8 *, va_list *args)
u32 locator_parse(void *ptr, locator_t *loc)
u32 gid_address_parse(u8 *offset, gid_address_t *a)
uword unformat_negative_mapping_action(unformat_input_t *input, va_list *args)
uint64_t counter_t
64bit counters
static foreach_gid_address_type_fcns u64 mac_to_u64(u8 *m)
u8 delete_after_expiration
vl_api_fib_path_type_t type
struct _gid_address_t * gid_addr
u8 gid_address_len(gid_address_t *a)
uword unformat_gid_address(unformat_input_t *input, va_list *args)
u32 ip4_address_put(u8 *b, ip4_address_t *a)
u32 ip_address_put(u8 *b, ip_address_t *a)
void gid_address_free(gid_address_t *a)
u16 gid_address_size_to_put(gid_address_t *a)
u8 * format_gid_address(u8 *s, va_list *args)
int gid_address_cmp(gid_address_t *a1, gid_address_t *a2)
void gid_address_ip_set(gid_address_t *dst, void *src, u8 version)
struct _gid_address_t gid_address_t
void * gid_address_cast(gid_address_t *gid, gid_address_type_t type)
fid_address_t dp_address_t
u8 ip_address_max_len(u8 ver)
u16 ip4_address_size_to_put()
template key/value backing page structure
u8 * format_fid_address(u8 *s, va_list *args)
void gid_address_from_ip(gid_address_t *g, ip_address_t *ip)
u32 locator_cmp(locator_t *l1, locator_t *l2)
#define foreach_gid_address_type_fcns
u32 ip6_address_put(u8 *b, ip6_address_t *a)
void locator_copy(locator_t *dst, locator_t *src)
u8 * format_hmac_key_id(u8 *s, va_list *args)