Home
last modified time | relevance | path

Searched refs:nd_ra_router_lifetime (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dicmp6.h250 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1] macro
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c231 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1] macro
1190 GET_BE_U_2(p->nd_ra_router_lifetime), in icmp6_print()
/freebsd/usr.sbin/rtadvd/
H A Dconfig.c1474 ra->nd_ra_router_lifetime = htons(rai->rai_lifetime); in make_packet()
/freebsd/sys/netinet6/
H A Dnd6_rtr.c441 dr0.rtlifetime = ntohs(nd_ra->nd_ra_router_lifetime); in nd6_ra_input()