Home
last modified time | relevance | path

Searched refs:dhcp6_option (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp6.h109 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))
Ddhcp6.c157 dhcp6_makevendor(struct dhcp6_option *o, const struct interface *ifp) in dhcp6_makevendor()
219 static const struct dhcp6_option *
222 const struct dhcp6_option *o; in dhcp6_findoption()
226 for (o = (const struct dhcp6_option *)d; in dhcp6_findoption()
249 const struct dhcp6_option *o; in dhcp6_getoption()
259 o = (const struct dhcp6_option *)od; in dhcp6_getoption()
284 static const struct dhcp6_option *
301 const struct dhcp6_option *co; in dhcp6_updateelapsed()
302 struct dhcp6_option *o; in dhcp6_updateelapsed()
512 struct dhcp6_option *o, *so, *eo; in dhcp6_makemessage()
[all …]