Changeset View
Changeset View
Standalone View
Standalone View
sys/netinet6/in6.h
| Show First 20 Lines • Show All 665 Lines • ▼ Show 20 Lines | |||||
| struct ip6_hdr; | struct ip6_hdr; | ||||
| int in6_cksum(struct mbuf *, uint8_t, uint32_t, uint32_t); | int in6_cksum(struct mbuf *, uint8_t, uint32_t, uint32_t); | ||||
| int in6_cksum_partial(struct mbuf *, uint8_t, uint32_t, uint32_t, uint32_t); | int in6_cksum_partial(struct mbuf *, uint8_t, uint32_t, uint32_t, uint32_t); | ||||
| int in6_cksum_partial_l2(struct mbuf *m, uint8_t nxt, uint32_t off_l3, | int in6_cksum_partial_l2(struct mbuf *m, uint8_t nxt, uint32_t off_l3, | ||||
| uint32_t off_l4, uint32_t len, uint32_t cov); | uint32_t off_l4, uint32_t len, uint32_t cov); | ||||
| int in6_cksum_pseudo(struct ip6_hdr *, uint32_t, uint8_t, uint16_t); | int in6_cksum_pseudo(struct ip6_hdr *, uint32_t, uint8_t, uint16_t); | ||||
| time_t in6_expire_time(uint32_t); | |||||
| int in6_localaddr(struct in6_addr *); | int in6_localaddr(struct in6_addr *); | ||||
| int in6_localip(struct in6_addr *); | int in6_localip(struct in6_addr *); | ||||
| bool in6_localip_fib(struct in6_addr *, uint16_t); | bool in6_localip_fib(struct in6_addr *, uint16_t); | ||||
| int in6_ifhasaddr(struct ifnet *, struct in6_addr *); | int in6_ifhasaddr(struct ifnet *, struct in6_addr *); | ||||
| int in6_addrscope(const struct in6_addr *); | int in6_addrscope(const struct in6_addr *); | ||||
| char *ip6_sprintf(char *, const struct in6_addr *); | char *ip6_sprintf(char *, const struct in6_addr *); | ||||
| struct in6_ifaddr *in6_ifawithifp(struct ifnet *, struct in6_addr *); | struct in6_ifaddr *in6_ifawithifp(struct ifnet *, struct in6_addr *); | ||||
| extern void in6_if_up(struct ifnet *); | extern void in6_if_up(struct ifnet *); | ||||
| ▲ Show 20 Lines • Show All 72 Lines • Show Last 20 Lines | |||||