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

Lines Matching refs:ol

223 	size_t ol;
230 ol = sizeof(*o) + ntohs(o->len);
231 if (ol > len) {
237 len -= ol;
247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
255 if (ol < *os) {
261 if (*len > ol - *os) {
1831 uint16_t ol;
1840 ol = ntohs(o->len);
1841 l -= sizeof(*o) + ol;
1842 d += sizeof(*o) + ol;
1843 if (ol < sizeof(*pdp)) {
1893 ol = (uint16_t)(ol - sizeof(pdp));
1894 ex = dhcp6_findoption(D6_OPTION_PD_EXCLUDE, p, ol);
1912 ol = ntohs(ex->len);
1913 if (ol < 2) {
1920 ol--;
1922 != ol)
1933 ol--;
1936 while (ol-- > 0)
1955 uint16_t code, ol;
1975 ol = ntohs(o->len);
1976 if (sizeof(*o) + ol > l) {
1982 l -= sizeof(*o) + ol;
1996 if (ol < u32) {
2006 ol = (uint16_t)(ol - sizeof(iaid));
2033 ol = (uint16_t)(ol - sizeof(u32));
2037 ol = (uint16_t)(ol - sizeof(u32));
2040 if (dhcp6_checkstatusok(ifp, NULL, p, ol) == -1) {
2046 dhcp6_findpd(ifp, iaid, p, ol, acquired) == 0)
2054 if (dhcp6_findna(ifp, code, iaid, p, ol, acquired) == 0)
3463 uint16_t ol, oc;
3515 ol = ntohs(o->len);
3516 if (sizeof(*o) + ol > len) {
3520 len -= sizeof(*o) + ol;
3531 ol > sizeof(en))
3551 opt, dhcp6_getoption, D6_COPTION_DATA(o), ol);
3559 ol - sizeof(en));