Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-babel.c647 u_char ae, plen, src_plen, omitted; in babel_print_v2_tlvs() local
653 src_plen = GET_U_1(message + 3); in babel_print_v2_tlvs()
666 rc = network_prefix(ae, src_plen, 0, message + 2 + parsed_len, in babel_print_v2_tlvs()
670 src_plen += 96; in babel_print_v2_tlvs()
675 format_prefix(ndo, src_prefix, src_plen), in babel_print_v2_tlvs()
690 u_char ae, plen, src_plen, prefix[16], src_prefix[16]; in babel_print_v2_tlvs() local
695 src_plen = GET_U_1(message + 4); in babel_print_v2_tlvs()
702 rc = network_prefix(ae, src_plen, 0, message + 2 + parsed_len, in babel_print_v2_tlvs()
706 src_plen += 96; in babel_print_v2_tlvs()
712 ND_PRINT("%s)", format_prefix(ndo, src_prefix, src_plen)); in babel_print_v2_tlvs()
[all …]