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

/freebsd-10.3-release/sys/netinet6/
H A Dip6_input.c327 ip6_input_hbh(struct mbuf *m, uint32_t *plen, uint32_t *rtalert, int *off, argument
333 if (ip6_hopopts_input(plen, rtalert, &m, off)) {
382 if (*rtalert != ~0) {
383 switch (*rtalert) {
409 u_int32_t rtalert = ~0; local
909 error = ip6_input_hbh(m, &plen, &rtalert, &off, &nxt, &ours);
1016 if (nxt == IPPROTO_ICMPV6 && rtalert != ~0)

Completed in 88 milliseconds