Home | History | Annotate | Download | only in tcpdump

Lines Matching full:opp

600 	const struct nd_opt_prefix_info *opp;
645 opp = (struct nd_opt_prefix_info *)op;
646 TCHECK(opp->nd_opt_pi_prefix);
648 ip6addr_string(&opp->nd_opt_pi_prefix),
649 opp->nd_opt_pi_prefix_len,
651 bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved),
652 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time)));
653 printf(", pref. time %ss", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time)));