Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf.c61 { OSPF_AUTH_MD5, "MD5" },
861 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_decode_lls()
1063 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_print()
1121 case OSPF_AUTH_MD5: in ospf_print()
Dospf.h53 #define OSPF_AUTH_MD5 2 /* MD5 authentication */ macro