Lines Matching defs:atype
1869 uint8_t atype, const u_char *pptr, u_int len,
1888 switch (atype) {
1921 as_size = bgp_attr_get_as_size(ndo, atype, pptr, len);
2426 atype = GET_U_1(tptr + 1);
2442 "Unknown Attribute", atype),
2443 atype,
2473 else if (!bgp_attr_print(ndo, atype, tptr, alen, attr_set_level + 1))
2502 ND_PRINT("\n\t no Attribute %u decoder", atype); /* we have no decoder for the attribute */
2813 uint8_t aflags, atype, alenlen;
2826 atype = GET_U_1(p + 1);
2846 tok2str(bgp_attr_values, "Unknown Attribute", atype),
2847 atype,
2868 if (!bgp_attr_print(ndo, atype, p, alen, 0))