Searched refs:isonsap_string (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/tcpdump/ |
H A D | addrtoname.h | 49 extern const char *isonsap_string(netdissect_options *, const uint8_t *, u_int); 97 return isonsap_string(ndo, nsap, nsap_length); in get_isonsap_string()
|
H A D | addrtoname.c | 708 isonsap_string(netdissect_options *ndo, const uint8_t *nsap, in isonsap_string() function
|
H A D | print-bgp.c | 1491 isonsap_string(ndo, addr,(plen + 7) / 8), in decode_clnp_prefix() 1523 isonsap_string(ndo, addr,(plen + 7) / 8), in decode_labeled_vpn_clnp_prefix()
|
H A D | CHANGES | 255 Fix lookup_nsap() to match what isonsap_string() expects
|