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

/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.c152 static int ip6_hopopts_input(u_int32_t *, u_int32_t *, struct mbuf **, int *);
341 if (ip6_hopopts_input(plen, rtalert, &m, off)) {
359 * contained, ip6_hopopts_input() must set a valid
371 /* ip6_hopopts_input() ensures that mbuf is contiguous */
913 * m may be modified in ip6_hopopts_input().
1082 ip6_hopopts_input(u_int32_t *plenp, u_int32_t *rtalertp, function
1125 * This function is separate from ip6_hopopts_input() in order to

Completed in 104 milliseconds