| H A D | print-babel.c | 141 format_prefix(netdissect_options *ndo, const u_char *prefix, unsigned char plen) 146 * prefix points to a buffer on the stack into which the prefix has in format_prefix() 150 if(plen >= 96 && memcmp(prefix, v4prefix, 12) == 0) in format_prefix() 151 snprintf(buf, 50, "%s/%u", ipaddr_string(ndo, prefix + 12), plen - 96); in format_prefix() 153 snprintf(buf, 50, "%s/%u", ip6addr_string(ndo, prefix), plen); in format_prefix() 159 format_address(netdissect_options *ndo, const u_char *prefix) 162 * prefix points to a buffer on the stack into which the prefix has in format_address() 166 if(memcmp(prefix, v4prefi in format_address() 143 format_prefix(netdissect_options * ndo,const u_char * prefix,unsigned char plen) format_prefix() argument 161 format_address(netdissect_options * ndo,const u_char * prefix) format_address() argument 207 unsigned char prefix[16]; network_prefix() local 540 u_char prefix[16]; babel_print_v2_tlvs() local 579 u_char prefix[16], ae, plen; babel_print_v2_tlvs() local 600 u_char prefix[16], ae, plen; babel_print_v2_tlvs() local 647 u_char prefix[16], src_prefix[16]; babel_print_v2_tlvs() local 692 u_char ae, plen, src_plen, prefix[16], src_prefix[16]; babel_print_v2_tlvs() local 726 u_char ae, plen, src_plen, prefix[16], src_prefix[16], hopc; babel_print_v2_tlvs() local [all...] |