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

  /external/tcpdump/
print-pptp.c 153 u_int32_t framing_type; member in struct:pptp_msg_ocrq
202 u_int32_t framing_type; member in struct:pptp_msg_iccn
251 2 u_int32_t framing_type;
391 pptp_framing_type_print(const u_int32_t *framing_type)
394 switch (EXTRACT_32BITS(framing_type)) {
743 TCHECK(ptr->framing_type);
744 pptp_framing_type_print(&ptr->framing_type);
862 TCHECK(ptr->framing_type);
863 pptp_framing_type_print(&ptr->framing_type);
print-l2tp.c 138 { L2TP_AVP_FRAMING_TYPE, "FRAMING_TYPE" },
  /external/mtpd/
l2tp.c 76 #define FRAMING_TYPE htons(19)
452 add_attribute_u32(FRAMING_TYPE, htonl(3));

Completed in 2467 milliseconds