Searched refs:dhcp6opt (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dcommon.h91 //extern int dhcp6_get_options __P((struct dhcp6opt *, struct dhcp6opt *,
93 extern int dhcp6_get_options __P((struct dhcp6opt *, struct dhcp6opt *,
96 extern int dhcp6_set_options __P((struct dhcp6opt *, struct dhcp6opt *,
H A Ddhcp6s.c613 if (dhcp6_get_options((struct dhcp6opt *)(dh6 + 1),
614 (struct dhcp6opt *)(rdatabuf + len), &optinfo) < 0) {
616 if (dhcp6_get_options((struct dhcp6opt *)(dh6 + 1),
617 (struct dhcp6opt *)(rdatabuf + len), &optinfo, 0, 0, 0) < 0) {
1067 if ((optlen = dhcp6_set_options((struct dhcp6opt *)(dh6 + 1),
1068 (struct dhcp6opt *)(replybuf +
1153 struct dhcp6opt *option, *option_endptr = (struct dhcp6opt *) endptr;
1193 option = (struct dhcp6opt *) (relay_msg + 1);
1276 option = (struct dhcp6opt *) (((cha
[all...]
H A Ddhcp6.h221 struct dhcp6opt *option;
320 struct dhcp6opt { struct
H A Dcommon.c971 struct dhcp6opt *p, *ep;
976 struct dhcp6opt *p, *ep;
981 struct dhcp6opt *np, opth;
1010 np = (struct dhcp6opt *)(cp + optlen);
1421 struct dhcp6opt opth;
1437 //for (; p + sizeof(struct dhcp6opt) <= ep; p = np) {
1438 for (; /*p + sizeof(struct dhcp6opt) <= ep*/; p = np) {
1440 if (p + sizeof(struct dhcp6opt) > ep)
1665 if ((void *)(ep) - (void *)(p) < (l) + sizeof(struct dhcp6opt)) { \
1674 (p) = (struct dhcp6opt *)((cha
[all...]
H A Ddhcp6c.c1206 if ((optlen = dhcp6_set_options((struct dhcp6opt *)(dh6 + 1),
1207 (struct dhcp6opt *)(buf + sizeof(buf)),
1341 if ((optlen = dhcp6_set_options((struct dhcp6opt *)(dh6 + 1),
1342 (struct dhcp6opt *)(buf + sizeof(buf)),
1420 struct dhcp6opt *p, *ep;
1473 p = (struct dhcp6opt *)(dh6 + 1);
1474 ep = (struct dhcp6opt *)((char *)dh6 + len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dcommon.h91 //extern int dhcp6_get_options __P((struct dhcp6opt *, struct dhcp6opt *,
93 extern int dhcp6_get_options __P((struct dhcp6opt *, struct dhcp6opt *,
96 extern int dhcp6_set_options __P((struct dhcp6opt *, struct dhcp6opt *,
H A Ddhcp6s.c622 if (dhcp6_get_options((struct dhcp6opt *)(dh6 + 1),
623 (struct dhcp6opt *)(rdatabuf + len), &optinfo) < 0) {
625 if (dhcp6_get_options((struct dhcp6opt *)(dh6 + 1),
626 (struct dhcp6opt *)(rdatabuf + len), &optinfo, 0, 0, 0) < 0) {
1112 if ((optlen = dhcp6_set_options((struct dhcp6opt *)(dh6 + 1),
1113 (struct dhcp6opt *)(replybuf +
1226 struct dhcp6opt *option, *option_endptr = (struct dhcp6opt *) endptr;
1266 option = (struct dhcp6opt *) (relay_msg + 1);
1349 option = (struct dhcp6opt *) (((cha
[all...]
H A Ddhcp6.h221 struct dhcp6opt *option;
320 struct dhcp6opt { struct
H A Dcommon.c980 struct dhcp6opt *p, *ep;
985 struct dhcp6opt *p, *ep;
990 struct dhcp6opt *np, opth;
1019 np = (struct dhcp6opt *)(cp + optlen);
1430 struct dhcp6opt opth;
1446 //for (; p + sizeof(struct dhcp6opt) <= ep; p = np) {
1447 for (; /*p + sizeof(struct dhcp6opt) <= ep*/; p = np) {
1449 if (p + sizeof(struct dhcp6opt) > ep)
1674 if ((void *)(ep) - (void *)(p) < (l) + sizeof(struct dhcp6opt)) { \
1683 (p) = (struct dhcp6opt *)((cha
[all...]
H A Ddhcp6c.c1205 if ((optlen = dhcp6_set_options((struct dhcp6opt *)(dh6 + 1),
1206 (struct dhcp6opt *)(buf + sizeof(buf)),
1340 if ((optlen = dhcp6_set_options((struct dhcp6opt *)(dh6 + 1),
1341 (struct dhcp6opt *)(buf + sizeof(buf)),
1419 struct dhcp6opt *p, *ep;
1472 p = (struct dhcp6opt *)(dh6 + 1);
1473 ep = (struct dhcp6opt *)((char *)dh6 + len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-dhcp6.c176 struct dhcp6opt { struct
331 struct dhcp6opt *dh6o;
344 dh6o = (struct dhcp6opt *)cp;

Completed in 313 milliseconds