Home
last modified time | relevance | path

Searched refs:EA_PROTO (Results 1 – 6 of 6) sorted by relevance

/dports/net/bird2/bird-2.0.8/nest/
H A Drt-attr.c918 pos += bsprintf(pos, "%02x.", EA_PROTO(e->id)); in ea_show()
920 else if (p = class_to_protocol[EA_PROTO(e->id)]) in ea_show()
927 else if (EA_PROTO(e->id)) in ea_show()
928 pos += bsprintf(pos, "%02x.", EA_PROTO(e->id)); in ea_show()
1001 debug(" %02x:%02x.%02x", EA_PROTO(a->id), EA_ID(a->id), a->flags); in ea_dump()
H A Droute.h511 #define EA_PROTO(ea) ((ea) >> 8) macro
/dports/net/bird/bird-1.6.8/nest/
H A Drt-attr.c863 if (p = attr_class_to_protocol[EA_PROTO(e->id)]) in ea_show()
870 else if (EA_PROTO(e->id)) in ea_show()
871 pos += bsprintf(pos, "%02x.", EA_PROTO(e->id)); in ea_show()
944 debug(" %02x:%02x.%02x", EA_PROTO(a->id), EA_ID(a->id), a->flags); in ea_dump()
H A Droute.h441 #define EA_PROTO(ea) ((ea) >> 8) macro
/dports/net/bird/bird-1.6.8/proto/bgp/
H A Dattrs.c495 ASSERT(EA_PROTO(a->id) == EAP_BGP); in bgp_encode_attrs()
818 if (EA_PROTO(a->id) != EAP_BGP) in bgp_get_bucket()
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dattrs.c1133 if (EA_PROTO(a->id) != PROTOCOL_BGP) in bgp_export_attr()
1213 ASSERT(EA_PROTO(a->id) == PROTOCOL_BGP); in bgp_encode_attr()