HomeSort by relevance Sort by last modified time
    Searched refs:dhcp6_option (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
dhcp6.h 109 struct dhcp6_option { struct
216 ((struct dhcp6_option *) \
219 ((struct dhcp6_option *) \
220 (((uint8_t *)o) + sizeof(struct dhcp6_option) + ntohs((o)->len)))
222 ((uint8_t *)(o) + sizeof(struct dhcp6_option))
224 ((const struct dhcp6_option *) \
227 ((const struct dhcp6_option *) \
228 (((const uint8_t *)o) + sizeof(struct dhcp6_option) + ntohs((o)->len)))
230 ((const uint8_t *)(o) + sizeof(struct dhcp6_option))
dhcp6.c 157 dhcp6_makevendor(struct dhcp6_option *o, const struct interface *ifp)
219 static const struct dhcp6_option *
222 const struct dhcp6_option *o;
226 for (o = (const struct dhcp6_option *)d;
249 const struct dhcp6_option *o;
259 o = (const struct dhcp6_option *)od;
284 static const struct dhcp6_option *
301 const struct dhcp6_option *co;
302 struct dhcp6_option *o;
512 struct dhcp6_option *o, *so, *eo
    [all...]

Completed in 79 milliseconds