Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-msdp.c29 #define MSDP_TYPE_MAX 7 macro
42 if (len > 1500 || len < 3 || type == 0 || type > MSDP_TYPE_MAX) in msdp_print()