Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf.c861 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_decode_lls()
1062 TCHECK(op->ospf_authtype); in ospf_print()
1063 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_print()
1108 tok2str(ospf_authtype_values,"unknown",EXTRACT_16BITS(&op->ospf_authtype)), in ospf_print()
1109 EXTRACT_16BITS(&op->ospf_authtype)); in ospf_print()
1111 switch (EXTRACT_16BITS(&op->ospf_authtype)) { in ospf_print()
Dospf.h269 u_int16_t ospf_authtype; member