Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-cdp.c64 static void cdp_print_addr(netdissect_options *, const u_char *, u_int);
196 [ 0x02 ] = { "Address", cdp_print_addr, -1, -1 },
228 [ 0x16 ] = { "Management Addresses", cdp_print_addr, 4, -1 },
340 cdp_print_addr(netdissect_options *ndo, in cdp_print_addr() function