HomeSort by relevance Sort by last modified time
    Searched defs:tlen (Results 26 - 50 of 53) sorted by null

12 3

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
ikev2.c 309 int tlen = ikev2_parse_transform(prop, ppos, pend); local
310 if (tlen < 0)
312 ppos += tlen;
    [all...]
eap_fast.c 1319 int tlen; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
ikev2.c 291 int tlen = ikev2_parse_transform(data, prop, ppos, pend); local
292 if (tlen < 0)
294 ppos += tlen;
  /external/zlib/examples/
gzlog.c 301 ulong tlen; /* length (modulo 2^32) of total data */ member in struct:log
425 log->tlen = PULL4(buf + HEAD + 28);
447 PUT4(ext + 28, log->tlen);
525 log->tlen += put;
551 PUT4(buf + 4, log->tlen);
691 log->clen = log->tlen;
696 log->tlen = log->clen;
703 PUT4(buf + 4, log->tlen);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 709 int32_t tlen = target->stringLength(); local
719 while (tOffset <= tlen) {
724 if (tOffset < tlen) {
  /external/icu4c/i18n/
bmsearch.cpp 662 int32_t tlen = target->stringLength(); local
672 while (tOffset <= tlen) {
677 if (tOffset < tlen) {
  /external/ipsec-tools/src/libipsec/
pfkey.c 139 int tlen; local
153 tlen = ipsec_supported[algno]->sadb_supported_len
156 while (tlen > 0) {
157 if (tlen < sizeof(struct sadb_alg)) {
164 tlen -= sizeof(struct sadb_alg);
748 * tlen: msg length, it's to makeing sure.
754 pfkey_set_supported(msg, tlen)
756 int tlen;
763 if (msg->sadb_msg_len != tlen) {
769 ep = p + tlen;
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 143 int tlen; local
186 tlen = dmsg->l - sizeof(*packet);
190 while ((tlen > 0) && (np != ISAKMP_NPTYPE_NONE)) {
192 if (tlen < sizeof(*ph)) {
199 if (tlen < ntohs(ph->len)) {
262 tlen -= ntohs(ph->len);
319 int tlen; local
326 tlen = ntohs(attrpl->h.len);
328 tlen -= sizeof(*attrpl);
330 while (tlen > 0)
492 int tlen; local
660 int tlen; local
1125 int tlen; local
    [all...]
isakmp_xauth.c 129 size_t tlen; local
146 tlen = sizeof(*attr) +
151 if ((buffer = vmalloc(tlen)) == NULL) {
157 memset(attr, 0, tlen);
159 attr->h.len = htons(tlen);
419 size_t tlen; local
421 tlen = sizeof(*attr) +
424 if ((buffer = vmalloc(tlen)) == NULL) {
430 memset(attr, 0, tlen);
432 attr->h.len = htons(tlen);
    [all...]
isakmp.c 1423 int tlen, plen; local
1507 int tlen; local
2403 int tlen; local
2436 int tlen; local
2973 size_t tlen = sizeof (struct isakmp), n = 0; local
    [all...]
pfkey.c 2945 int tlen; local
    [all...]
ipsec_doi.c 559 int len, tlen; local
562 tlen = ntohs(trns->h.len) - sizeof(*trns);
574 while (tlen > 0) {
851 tlen -= sizeof(*d);
854 tlen -= (sizeof(*d) + ntohs(d->lorv));
1292 int tlen; local
1324 tlen = sa->l - sizeof(*sab);
1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen);
1461 int tlen; \/* total length of all transform in a proposal *\/ local
2059 int tlen; local
2274 int tlen; local
2495 int tlen; local
3934 int tlen, len; local
4609 int tlen; local
    [all...]
  /external/tcpdump/
print-eigrp.c 219 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
254 tlen=len-sizeof(struct eigrp_common_header);
268 tlen);
272 while(tlen>0) {
282 eigrp_tlv_len > tlen) {
283 print_unknown_data(tptr+sizeof(sizeof(struct eigrp_tlv_header)),"\n\t ",tlen);
475 tlen-=eigrp_tlv_len;
print-fr.c 391 u_int tlen,idx,hdr_len = 0; local
418 tlen = length -3;
424 while (tlen>sizeof(struct ie_tlv_header_t)) {
442 tlen-=sizeof(struct ie_tlv_header_t);
485 tlen-=ie_len;
print-ldp.c 502 u_short tlen; local
533 tlen=pdu_len;
536 tlen -= sizeof(const struct ldp_common_header)-4; /* Type & Length fields not included */
538 while(tlen>0) {
607 tlen -= msg_len+4;
print-lmp.c 367 int tlen,lmp_obj_len,lmp_obj_ctype,obj_tlen; local
401 tlen=EXTRACT_16BITS(lmp_com_header->length);
407 tlen);
410 tlen-=sizeof(const struct lmp_common_header);
412 while(tlen>0) {
876 tlen-=lmp_obj_len;
print-lspping.c 467 int tlen,lspping_tlv_len,lspping_tlv_type,tlv_tlen; local
517 tlen=len;
566 tlen-=sizeof(const struct lspping_common_header);
568 while(tlen>(int)sizeof(struct lspping_tlv_header)) {
    [all...]
print-rsvp.c 617 rsvp_obj_print (const u_char *tptr, const char *ident, u_int tlen) {
636 while(tlen>=sizeof(struct rsvp_object_header)) {
674 if(tlen < rsvp_obj_len) {
1655 u_short tlen,subtlen; local
    [all...]
print-bgp.c 635 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; local
639 tlen=plen;
650 tlen-=15;
653 while (tlen>0) {
654 if (tlen < 3)
689 tlen-=(tlv_len<<3); /* the tlv-length is expressed in bits so lets shift it right */
877 int tlen; local
883 tlen=len;
960 while (tlen>0) {
978 (tlen>4) ? ", " : "")
    [all...]
print-isoclns.c 716 u_int li,tlen,nsap_offset,source_address_length,dest_address_length, clnp_pdu_type, clnp_flags; local
822 tlen = opli;
843 if (nsap_offset > tlen) {
848 tlen-=nsap_offset;
849 while (tlen > 0) {
851 if (tlen < source_address_length+1) {
862 tlen-=source_address_length+1;
    [all...]
  /external/wpa_supplicant/
config.c 69 size_t tlen, hlen = os_strlen(value); local
72 tlen = hlen / 2;
73 str = os_malloc(tlen + 1);
76 if (hexstr2bin(value, str, tlen)) {
80 str[tlen] = '\0';
81 *len = tlen;
    [all...]
eap_fast.c 1836 int tlen; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 78 size_t tlen, hlen = os_strlen(value); local
81 tlen = hlen / 2;
82 str = os_malloc(tlen + 1);
85 if (hexstr2bin(value, str, tlen)) {
89 str[tlen] = '\0';
90 *len = tlen;
    [all...]
  /external/openssl/apps/
apps.c 410 int tlen = arg->count + 20; local
412 sizeof(char *)*tlen);
416 arg->count = tlen;
2714 size_t i,flen=strlen(from)+1,tlen=strlen(to)+1; local
    [all...]
  /external/svox/pico/lib/
picokdt.c 1309 picoos_uint8 tlen; local
    [all...]

Completed in 552 milliseconds

12 3