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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dospf.h49 /* ospf_authtype */
269 u_int16_t ospf_authtype; member in struct:ospfhdr
H A Dprint-ospf.c865 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) {
1066 TCHECK(op->ospf_authtype);
1067 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) {
1112 tok2str(ospf_authtype_values,"unknown",EXTRACT_16BITS(&op->ospf_authtype)),
1113 EXTRACT_16BITS(&op->ospf_authtype));
1115 switch (EXTRACT_16BITS(&op->ospf_authtype)) {

Completed in 158 milliseconds