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

/freebsd-10.2-release/sys/netinet6/
H A Dsctp6_usrreq.c566 struct in6pcb *inp6; local
587 inp6 = (struct in6pcb *)inp;
589 inp6->inp_vflag |= INP_IPV6;
590 inp6->in6p_hops = -1; /* use kernel default */
591 inp6->in6p_cksum = -1; /* just to be sure */
598 inp6->inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
612 struct in6pcb *inp6; local
643 inp6 = (struct in6pcb *)inp;
644 inp6->inp_vflag &= ~INP_IPV4;
645 inp6
733 struct in6pcb *inp6; local
841 struct in6pcb *inp6; local
1149 struct in6pcb *inp6 = sotoin6pcb(so); local
1186 struct in6pcb *inp6 = sotoin6pcb(so); local
[all...]
/freebsd-10.2-release/sys/netinet/
H A Dsctp_asconf.c1950 struct in6pcb *inp6; local
1952 inp6 = (struct in6pcb *)&inp->ip_inp.inp;
1955 SCTP_IPV6_V6ONLY(inp6))
2028 struct in6pcb *inp6; local
2030 inp6 = (struct in6pcb *)&inp->ip_inp.inp;
2032 SCTP_IPV6_V6ONLY(inp6)) {
2141 struct in6pcb *inp6; local
2144 inp6 = (struct in6pcb *)&inp->ip_inp.inp;
2147 SCTP_IPV6_V6ONLY(inp6))
2164 SCTP_IPV6_V6ONLY(inp6)) {
[all...]
H A Dsctp_usrreq.c1508 struct in6pcb *inp6; local
1510 inp6 = (struct in6pcb *)inp;
1511 if (SCTP_IPV6_V6ONLY(inp6)) {
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1005 struct in6_addr *inp6 = NULL; local
1033 inp6 = &((struct sockaddr_in6 *)sin)->sin6_addr;
1034 if (!IN6_IS_ADDR_LINKLOCAL(inp6) &&
1035 !IN6_IS_ADDR_LOOPBACK(inp6))

Completed in 124 milliseconds