Home
last modified time | relevance | path

Searched defs:in6pcb (Results 1 – 2 of 2) sorted by relevance

/minix/sys/netinet6/
H A Din6_pcb.h80 struct in6pcb { struct
81 struct inpcb_hdr in6p_head;
92 u_int16_t in6p_fport; /* foreign port */
93 u_int16_t in6p_lport; /* local port */
95 int in6p_flags; /* generic IP6/datagram flags */
96 int in6p_hops; /* default hop limit */
97 struct ip6_hdr in6p_ip6; /* header prototype */
98 struct mbuf *in6p_options; /* IP6 options */
101 struct icmp6_filter *in6p_icmp6filt;
102 int in6p_cksum; /* IPV6_CHECKSUM setsockopt */
[all …]
/minix/usr.bin/netstat/
H A Dinet6.c145 struct in6pcb in6pcb; variable