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

/external/libnl/lib/
H A Dattr.c173 int totlen = NLA_ALIGN(nla->nla_len); local
175 *remaining -= totlen;
176 return (struct nlattr *) ((char *) nla + totlen);
H A Dmsg.c196 int totlen = NLMSG_ALIGN(nlh->nlmsg_len); local
198 *remaining -= totlen;
200 return (struct nlmsghdr *) ((unsigned char *) nlh + totlen);
/external/toybox/toys/posix/
H A Dls.c373 unsigned c, totlen = columns; local
382 totlen += (*len)-colsizes[c];
384 if (totlen > TT.screen_width) break;
/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/ltp/testcases/kernel/fs/dmapi/
H A Dattr.c4190 size_t totlen; local
4207 for (i = 0, len = 0, totlen = 0; i < NUM_ATTRS && rc == 0; i++) {
4216 totlen += DWALIGN(len + sizeof(dm_attrlist_t));
4221 if ((totbuf = malloc(totlen)) == NULL) {
4236 totlen, totbuf, &rlen);
4240 if (rlen == totlen) {
/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/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/tcpdump/
H A Dprint-isakmp.c917 int totlen; local
921 totlen = 4;
923 totlen = 4 + EXTRACT_16BITS(&p[2]);
924 if (ep < p + totlen) {
947 return p + totlen;
953 int totlen; local
957 totlen = 4;
959 totlen = 4 + EXTRACT_16BITS(&p[2]);
960 if (ep < p + totlen) {
977 return p + totlen;
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h536 mDNSu16 totlen; variable

Completed in 1498 milliseconds