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

Lines Matching defs:ND_OPT_RDNSS

57 #ifndef ND_OPT_RDNSS
58 #define ND_OPT_RDNSS 25
59 struct nd_opt_rdnss { /* RDNSS option RFC 6106 */
559 if (rao->type == ND_OPT_RDNSS &&
734 struct nd_opt_rdnss *rdnss;
1042 case ND_OPT_RDNSS:
1043 rdnss = (struct nd_opt_rdnss *)p;
1046 op += offsetof(struct nd_opt_rdnss,
1058 op += offsetof(struct nd_opt_rdnss,
1329 case ND_OPT_RDNSS:
1465 case ND_OPT_RDNSS: /* FALLTHROUGH */