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

  /external/tcpdump/
print-pppoe.c 143 u_short tag_type = 0xffff, tag_len; local
154 tag_len = EXTRACT_16BITS(p + 2);
158 if (tag_len) {
165 TCHECK2(*p, tag_len);
166 for (v = p; v < p + tag_len && tag_str_len < MAXTAGPRINT-1; v++)
185 for (v=p; v<p+tag_len; v++) {
196 p += tag_len;
  /bionic/libc/kernel/common/linux/
if_pppox.h 86 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag
  /external/srtp/srtp/
srtp.c 606 int tag_len; local
684 tag_len = auth_get_tag_length(stream->rtp_auth);
823 octet_string_hex_string(auth_tag, tag_len));
832 *pkt_octet_len += tag_len;
852 int tag_len, prefix_len; local
913 tag_len = auth_get_tag_length(stream->rtp_auth);
969 enc_octet_len = (uint32_t)(*pkt_octet_len - tag_len
982 auth_tag = (uint8_t *)hdr + *pkt_octet_len - tag_len;
1017 *pkt_octet_len - tag_len);
1023 octet_string_hex_string(tmp_tag, tag_len));
1454 int tag_len; local
1640 int tag_len; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 837 int tag_len = os_strlen(tag); local
844 if (!os_strncasecmp(hdr, tag, tag_len)) {
845 hdr += tag_len;
  /external/kernel-headers/original/linux/
if_pppox.h 116 __be16 tag_len; member in struct:pppoe_tag
  /external/oprofile/libop/
op_events.c 350 size_t tag_len; local
371 tag_len = colon - c;
374 if (!tag_len) {
382 *name = op_xstrndup(c, tag_len);

Completed in 544 milliseconds