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

  /src/external/bsd/tcpdump/dist/
print-ospf.c 903 uint16_t lls_type, lls_len; local
943 lls_type = GET_BE_U_2(dptr);
945 tok2str(ospf_lls_tlv_values,"Unknown TLV",lls_type),
946 lls_type);
951 switch (lls_type) {

Completed in 16 milliseconds