Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-ike.c846 if (type < PAYLOAD_PRIVATE_MIN && type >= PAYLOAD_IKEV2_SA) in ike_pl_print()
849 else if (type < PAYLOAD_PRIVATE_MIN || type >= PAYLOAD_PRIVATE_MAX) in ike_pl_print()
855 plprivtypes[type - PAYLOAD_PRIVATE_MIN], this_len); in ike_pl_print()
863 if ((type > PAYLOAD_PRIVATE_MIN && type < PAYLOAD_PRIVATE_MAX && in ike_pl_print()
864 this_len < min_priv_payload_lengths[type - PAYLOAD_PRIVATE_MIN]) || in ike_pl_print()
H A Dike.h127 #define PAYLOAD_PRIVATE_MIN 128 macro