Lines Matching refs:bytesleft

39 	int bytesleft = len;  in dovend_rfc1497()  local
44 if (bytesleft < (LEN)) { \ in dovend_rfc1497()
68 bytesleft -= 6; in dovend_rfc1497()
79 bytesleft -= 6; /* Fix real count */ in dovend_rfc1497()
92 bytesleft -= len + 2; in dovend_rfc1497()
105 bytesleft -= len + 2; in dovend_rfc1497()
113 &vp, &bytesleft)) in dovend_rfc1497()
127 bytesleft -= len + 2; in dovend_rfc1497()
135 &vp, &bytesleft)) in dovend_rfc1497()
149 bytesleft -= len + 2; in dovend_rfc1497()
155 &vp, &bytesleft)) in dovend_rfc1497()
161 &vp, &bytesleft)) in dovend_rfc1497()
168 &vp, &bytesleft)) in dovend_rfc1497()
175 &vp, &bytesleft)) in dovend_rfc1497()
199 if ((len + 2) > bytesleft) { in dovend_rfc1497()
217 bytesleft -= len + 2; in dovend_rfc1497()
225 &vp, &bytesleft)) in dovend_rfc1497()
231 &vp, &bytesleft)) in dovend_rfc1497()
237 &vp, &bytesleft)) in dovend_rfc1497()
244 if (insert_generic(hp->generic, &vp, &bytesleft)) in dovend_rfc1497()
270 insert_ip(byte tag, struct in_addr_list *iplist, byte **dest, int *bytesleft) in insert_ip() argument
279 if (*bytesleft >= 6) { in insert_ip()
283 (*bytesleft) -= 2; /* Account for tag and length */ in insert_ip()
286 while ((*bytesleft >= 4) && (addrcount > 0)) { in insert_ip()
290 (*bytesleft) -= 4; /* Four bytes per address */ in insert_ip()
309 insert_generic(struct shared_bindata *gendata, byte **buff, int *bytesleft) in insert_generic() argument
320 while ((length > 0) && (*bytesleft > 0)) { in insert_generic()
327 (*bytesleft)--; in insert_generic()
332 if (*bytesleft < numbytes) in insert_generic()
337 (*bytesleft) -= numbytes; in insert_generic()