Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf.c56 { OSPF_AUTH_MD5, "MD5" },
918 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_decode_lls()
1122 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_print()
1177 case OSPF_AUTH_MD5: in ospf_print()
Dospf.h52 #define OSPF_AUTH_MD5 2 /* MD5 authentication */ macro