Searched defs:totlen (Results 1 - 10 of 10) 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.c380 unsigned c, totlen = columns; local
389 totlen += (*len)-colsizes[c];
391 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/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/tcpdump/
H A Dprint-isakmp.c918 int totlen; local
923 totlen = 4;
926 totlen = 4 + EXTRACT_16BITS(&p[2]);
928 if (ep2 < p + totlen) {
953 ND_PRINT((ndo,"len=%d value=", totlen - 4));
954 if (!rawprint(ndo, (const uint8_t *)&p[4], totlen - 4)) {
960 return p + totlen;
969 int totlen; local
974 totlen = 4;
977 totlen
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h536 mDNSu16 totlen; variable

Completed in 354 milliseconds