Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:ol

157 	uint8_t l, ol = 0;
171 * bytes. In general, here we have p -> T, ol=p+1 -> L, op -> V.
187 memcpy(bp, op, ol);
188 bp += ol;
190 ol = (p + *p < e) ? *p : e - (p + 1);
191 if (p + ol > e) {
196 bl += ol;
232 memcpy(bp, op, ol);
1247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
1253 if (ol < 2) {
1260 if (*len > ol - *os) {