Changeset View
Changeset View
Standalone View
Standalone View
sys/netinet6/ip6_var.h
| Show First 20 Lines • Show All 391 Lines • ▼ Show 20 Lines | int ip6_setpktopts(struct mbuf *, struct ip6_pktopts *, | ||||
| struct ip6_pktopts *, struct ucred *, int); | struct ip6_pktopts *, struct ucred *, int); | ||||
| void ip6_clearpktopts(struct ip6_pktopts *, int); | void ip6_clearpktopts(struct ip6_pktopts *, int); | ||||
| struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, int); | struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, int); | ||||
| int ip6_optlen(struct inpcb *); | int ip6_optlen(struct inpcb *); | ||||
| int ip6_deletefraghdr(struct mbuf *, int, int); | int ip6_deletefraghdr(struct mbuf *, int, int); | ||||
| int ip6_fragment(struct ifnet *, struct mbuf *, int, u_char, int, | int ip6_fragment(struct ifnet *, struct mbuf *, int, u_char, int, | ||||
| uint32_t); | uint32_t); | ||||
| #define IP6_HAS_NEXTHOP(m) ((m)->m_flags & M_IP6_NEXTHOP) | |||||
| int ip6_set_fwdtag(struct mbuf *, struct sockaddr_in6 *, u_short); | |||||
| int ip6_get_fwdtag(struct mbuf *, struct sockaddr_in6 *, u_short *); | |||||
| void ip6_flush_fwdtag(struct mbuf *); | |||||
| int route6_input(struct mbuf **, int *, int); | int route6_input(struct mbuf **, int *, int); | ||||
| void frag6_init(void); | void frag6_init(void); | ||||
| int frag6_input(struct mbuf **, int *, int); | int frag6_input(struct mbuf **, int *, int); | ||||
| void frag6_slowtimo(void); | void frag6_slowtimo(void); | ||||
| void frag6_drain(void); | void frag6_drain(void); | ||||
| void rip6_init(void); | void rip6_init(void); | ||||
| Show All 26 Lines | |||||