Searched defs:totlen (Results 1 - 12 of 12) sorted by relevance

/external/libnl/lib/
H A Dattr.c513 int totlen = NLA_ALIGN(nla->nla_len); local
515 *remaining -= totlen;
516 return (struct nlattr *) ((char *) nla + totlen);
H A Dmsg.c302 int totlen = NLMSG_ALIGN(nlh->nlmsg_len); local
304 *remaining -= totlen;
306 return (struct nlmsghdr *) ((unsigned char *) nlh + totlen);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.c1138 int totlen = 0; local
1144 totlen += mlen;
1162 totlen += mlen;
1174 out: if (((m = m0)->m_flags & M_PKTHDR) && (m->m_pkthdr.len < totlen))
1175 m->m_pkthdr.len = totlen;
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h112 jint32_t totlen; /* So we can skip over nodes we don't grok */ member in struct:jffs2_unknown_node
120 jint32_t totlen; member in struct:jffs2_raw_dirent
144 jint32_t totlen; /* Total length of this node (inc data, etc.) */ member in struct:jffs2_raw_inode
169 jint32_t totlen; member in struct:jffs2_raw_xattr
185 jint32_t totlen; member in struct:jffs2_raw_xref
197 jint32_t totlen; member in struct:jffs2_raw_summary
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_pwd.c428 u16 totlen = 0; local
500 totlen = wpabuf_len(data->outbuf) +
504 "total length = %d", totlen);
515 (totlen ? sizeof(u16) : 0),
524 wpabuf_put_be16(req, totlen);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_pwd.c428 u16 totlen = 0; local
500 totlen = wpabuf_len(data->outbuf) +
504 "total length = %d", totlen);
515 (totlen ? sizeof(u16) : 0),
524 wpabuf_put_be16(req, totlen);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c428 u16 totlen = 0; local
500 totlen = wpabuf_len(data->outbuf) +
504 "total length = %d", totlen);
515 (totlen ? sizeof(u16) : 0),
524 wpabuf_put_be16(req, totlen);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c299 size_t totlen; local
304 totlen = strlen(obj_filename)+2+strlen(in_filename);
308 totlen += got;
309 if (totlen > 72) {
311 totlen = 2;
/external/iputils/
H A Dping.c1136 int optlen, totlen; local
1141 totlen = hlen-sizeof(struct iphdr);
1144 while (totlen > 0) {
1148 totlen--;
1155 if (optlen < 2 || optlen > totlen)
1276 totlen -= optlen;
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp683 int totlen; /* output string length */ local
695 totlen = 0;
706 totlen += stoklen;
711 totlen += nsubtok; /*add spaces between subtokens*/
717 data = (char *) malloc( totlen ); /* allocate string */
721 memset(data, 0, totlen); /* clear it */
/external/tcpdump/
H A Dprint-isakmp.c478 int totlen; local
482 totlen = 4;
484 totlen = 4 + EXTRACT_16BITS(&p[2]);
485 if (ep < p + totlen) {
508 return p + totlen;
514 int totlen; local
518 totlen = 4;
520 totlen = 4 + EXTRACT_16BITS(&p[2]);
521 if (ep < p + totlen) {
538 return p + totlen;
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h525 mDNSu16 totlen; variable

Completed in 482 milliseconds