HomeSort by: relevance | last modified time | path
    Searched defs:ls_length (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-ospf.c 188 const u_char *tptr, u_int ls_length)
193 while (ls_length > 0) {
195 if (ls_length < 4) {
196 ND_PRINT("\n\t Remaining LS length %u < 4", ls_length);
202 ls_length-=4;
209 if (tlv_length > ls_length) {
211 ls_length);
260 ls_length-=tlv_length;
271 const u_char *tptr, u_int ls_length)
280 while (ls_length != 0)
533 u_int ls_length; local
634 u_int ls_length; local
    [all...]
ospf.h 180 nd_uint16_t ls_length; member in struct:lsa_hdr
print-ospf6.c 135 nd_uint16_t ls_length; member in struct:lsa6_hdr
395 u_int ls_length; local
400 ls_length = GET_BE_U_2(lshp->ls_length);
401 if (ls_length < sizeof(struct lsa_hdr)) {
402 ND_PRINT("\n\t Bogus length %u < header (%zu)", ls_length,
411 ls_length-sizeof(struct lsa6_hdr));
488 length = GET_BE_U_2(lsap->ls_hdr.ls_length);
834 GET_BE_U_2(lsap->ls_hdr.ls_length));

Completed in 53 milliseconds