Home
last modified time | relevance | path

Searched refs:GET_ISONSAP_STRING (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-isoclns.c914 GET_ISONSAP_STRING(source_address, source_address_length), in clnp_print()
915 GET_ISONSAP_STRING(dest_address, dest_address_length), in clnp_print()
939 GET_ISONSAP_STRING(source_address, source_address_length), in clnp_print()
941 GET_ISONSAP_STRING(dest_address, dest_address_length)); in clnp_print()
1027GET_ISONSAP_STRING(source_address, source_address_length)); in clnp_print()
1267 ND_PRINT("\n\t %s", GET_ISONSAP_STRING(dst, dstl)); in esis_print()
1312 GET_ISONSAP_STRING(neta, netal)); in esis_print()
1345 GET_ISONSAP_STRING(pptr, source_address_length)); in esis_print()
1367 …ND_PRINT("\n\t NET (length: %u): %s", source_address_length, GET_ISONSAP_STRING(pptr, source_addr… in esis_print()
2890 GET_ISONSAP_STRING(tptr, alen)); in isis_print()
[all …]
Daddrtoname.h119 #define GET_ISONSAP_STRING(nsap, nsap_length) get_isonsap_string(ndo, (const u_char *)(nsap), nsap_… macro
Dprint-bgp.c2163 ND_PRINT("%s", GET_ISONSAP_STRING(tptr, tnhlen)); in bgp_attr_print()
2181 GET_ISONSAP_STRING(tptr+BGP_VPN_RD_LEN,tnhlen-BGP_VPN_RD_LEN)); in bgp_attr_print()