Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ospf.c923 dptr = dptr + GET_U_1(op->ospf_authdata + 3); in ospf_decode_lls()
924 length2 += GET_U_1(op->ospf_authdata + 3); in ospf_decode_lls()
1136 ND_TCHECK_LEN(op->ospf_authdata, sizeof(op->ospf_authdata)); in ospf_print()
1149 nd_printjnp(ndo, op->ospf_authdata, OSPF_AUTH_SIMPLE_LEN); in ospf_print()
1154 GET_U_1(op->ospf_authdata + 2), in ospf_print()
1155 GET_U_1(op->ospf_authdata + 3), in ospf_print()
1156 GET_BE_U_4((op->ospf_authdata) + 4)); in ospf_print()
H A Dospf.h271 nd_byte ospf_authdata[OSPF_AUTH_SIZE]; member