HomeSort by relevance Sort by last modified time
    Searched refs:vendor_length (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
print-radius.c 558 u_int vendor_length; local
575 vendor_length = *(data+1);
577 if (vendor_length < 2)
581 vendor_length));
584 if (vendor_length > length)
588 vendor_length));
592 vendor_length-=2;
594 ND_TCHECK2(*data, vendor_length);
598 vendor_length));
599 for (idx = 0; idx < vendor_length ; idx++, data++
    [all...]
  /frameworks/av/media/libstagefright/
OggWriter.cpp 154 const int vendor_length = strlen(vendor_string); local
157 const int comments_length = 8 + 4 + vendor_length + 4 + user_comment_list_length;
164 writeint(comments, 8, vendor_length);
165 memcpy(comments + 12, vendor_string, vendor_length);
166 writeint(comments, 12 + vendor_length, user_comment_list_length);
  /external/wpa_supplicant_8/src/radius/
radius.h 178 u8 vendor_length; member in struct:radius_attr_vendor
radius.c 957 if (vhdr->vendor_length > left ||
958 vhdr->vendor_length < sizeof(*vhdr)) {
962 pos += vhdr->vendor_length;
963 left -= vhdr->vendor_length;
967 len = vhdr->vendor_length - sizeof(*vhdr);
1223 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1248 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
    [all...]

Completed in 246 milliseconds