Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet6/
Dnd6_rtr.c71 struct nd_router_solicit *nd_rs; in nd6_rtr_cache() local
103 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, in nd6_rtr_cache()
105 if (nd_rs == NULL) { in nd6_rtr_cache()
110 icmp6len -= sizeof(*nd_rs); in nd6_rtr_cache()
111 if (nd6_options(nd_rs + 1, icmp6len, &ndopts) < 0) { in nd6_rtr_cache()
/openbsd/src/usr.sbin/rad/
Dengine.c492 struct nd_router_solicit *nd_rs; in parse_rs() local
524 nd_rs = (struct nd_router_solicit *)p; in parse_rs()
528 if (nd_rs->nd_rs_code != 0) { in parse_rs()
529 log_warnx("invalid ICMPv6 code (%d) from %s", nd_rs->nd_rs_code, in parse_rs()