HomeSort by relevance Sort by last modified time
    Searched defs:ls_length (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-ospf.c 196 ospf_print_grace_lsa (const u_int8_t *tptr, u_int ls_length) {
201 while (ls_length > 0) {
203 if (ls_length < 4) {
204 printf("\n\t Remaining LS length %u < 4", ls_length);
210 ls_length-=4;
217 if (tlv_length > ls_length) {
219 ls_length);
268 ls_length-=tlv_length;
278 ospf_print_te_lsa (const u_int8_t *tptr, u_int ls_length) {
287 while (ls_length != 0)
465 u_int ls_length; local
568 register int ls_length; local
    [all...]
ospf6.h 103 u_int16_t ls_length; member in struct:lsa6_hdr
ospf.h 179 u_int16_t ls_length; member in struct:lsa_hdr

Completed in 30 milliseconds