Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ospf.c53 { OSPF_AUTH_MD5, "MD5" },
922 if (GET_BE_U_2(op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_decode_lls()
1100 if (GET_BE_U_2(op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_print()
1152 case OSPF_AUTH_MD5: in ospf_print()
H A Dospf.h50 #define OSPF_AUTH_MD5 2 /* MD5 authentication */ macro