Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-ospf.c918 if (GET_BE_U_2(op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_decode_lls()
1096 if (GET_BE_U_2(op->ospf_authtype) == OSPF_AUTH_MD5) { in ospf_print()
1135 tok2str(ospf_authtype_values, "unknown", GET_BE_U_2(op->ospf_authtype)), in ospf_print()
1136 GET_BE_U_2(op->ospf_authtype)); in ospf_print()
1138 switch (GET_BE_U_2(op->ospf_authtype)) { in ospf_print()
H A Dospf.h268 nd_uint16_t ospf_authtype; member