Searched refs:totlen (Results 1 - 11 of 11) sorted by relevance

/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/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/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.cpp682 int totlen; /* output string length */ local
694 totlen = 0;
705 totlen += stoklen;
710 totlen += nsubtok; /*add spaces between subtokens*/
716 data = (char *) malloc( totlen ); /* allocate string */
720 memset(data, 0, totlen); /* clear it */
/external/toybox/toys/posix/
H A Dls.c375 unsigned c, totlen = columns; local
384 totlen += (*len)-colsizes[c];
386 if (totlen > TT.screen_width) break;
/external/tcpdump/
H A Dprint-isakmp.c928 int totlen; local
932 totlen = 4;
934 totlen = 4 + EXTRACT_16BITS(&p[2]);
935 if (ep < p + totlen) {
958 return p + totlen;
964 int totlen; local
968 totlen = 4;
970 totlen = 4 + EXTRACT_16BITS(&p[2]);
971 if (ep < p + totlen) {
988 return p + totlen;
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_pwd.c437 u16 totlen = 0; local
509 totlen = wpabuf_len(data->outbuf) +
513 "total length = %d", totlen);
524 (totlen ? sizeof(u16) : 0),
533 wpabuf_put_be16(req, totlen);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_pwd.c437 u16 totlen = 0; local
509 totlen = wpabuf_len(data->outbuf) +
513 "total length = %d", totlen);
524 (totlen ? sizeof(u16) : 0),
533 wpabuf_put_be16(req, totlen);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c437 u16 totlen = 0; local
509 totlen = wpabuf_len(data->outbuf) +
513 "total length = %d", totlen);
524 (totlen ? sizeof(u16) : 0),
533 wpabuf_put_be16(req, totlen);
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h525 mDNSu16 totlen; variable

Completed in 369 milliseconds