HomeSort by relevance Sort by last modified time
    Searched refs:tag_len (Results 1 - 6 of 6) 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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h 87 __be16 tag_len; member in struct:pppoe_tag
  /external/protobuf/python/google/protobuf/internal/
decoder.py 204 tag_len = len(tag_bytes)
214 pos = new_pos + tag_len
314 tag_len = len(tag_bytes)
326 pos = new_pos + tag_len
351 tag_len = len(tag_bytes)
363 pos = new_pos + tag_len
390 tag_len = len(tag_bytes)
406 pos = new_pos + tag_len
435 tag_len = len(tag_bytes)
455 pos = new_pos + tag_len
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c 843 int tag_len = os_strlen(tag); local
850 if (!os_strncasecmp(hdr, tag, tag_len)) {
851 hdr += tag_len;
  /system/core/liblog/
logprint.c 353 size_t tag_len; local
361 tag_len = strlen(entry->tag);
362 entry->messageLen = buf->len - tag_len - 3;
363 entry->message = entry->tag + tag_len + 1;
  /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 73 milliseconds