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

/freebsd-10-stable/sys/netinet6/
H A Dsctp6_usrreq.c563 struct in6pcb *inp6; local
584 inp6 = (struct in6pcb *)inp;
586 inp6->inp_vflag |= INP_IPV6;
587 inp6->in6p_hops = -1; /* use kernel default */
588 inp6->in6p_cksum = -1; /* just to be sure */
595 inp6->inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
609 struct in6pcb *inp6; local
641 inp6 = (struct in6pcb *)inp;
642 vflagsav = inp6->inp_vflag;
643 inp6
737 struct in6pcb *inp6; local
845 struct in6pcb *inp6; local
1154 struct in6pcb *inp6 = sotoin6pcb(so); local
1189 struct in6pcb *inp6 = sotoin6pcb(so); local
[all...]
/freebsd-10-stable/sys/netinet/
H A Dsctp_asconf.c1956 struct in6pcb *inp6; local
1958 inp6 = (struct in6pcb *)&inp->ip_inp.inp;
1961 SCTP_IPV6_V6ONLY(inp6))
2034 struct in6pcb *inp6; local
2036 inp6 = (struct in6pcb *)&inp->ip_inp.inp;
2038 SCTP_IPV6_V6ONLY(inp6)) {
2147 struct in6pcb *inp6; local
2150 inp6 = (struct in6pcb *)&inp->ip_inp.inp;
2153 SCTP_IPV6_V6ONLY(inp6))
2170 SCTP_IPV6_V6ONLY(inp6)) {
[all...]
H A Dsctp_usrreq.c1476 struct in6pcb *inp6; local
1478 inp6 = (struct in6pcb *)inp;
1479 if (SCTP_IPV6_V6ONLY(inp6)) {
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c986 struct in6_addr *inp6 = NULL; local
1014 inp6 = &((struct sockaddr_in6 *)sin)->sin6_addr;
1015 if (!IN6_IS_ADDR_LINKLOCAL(inp6) &&
1016 !IN6_IS_ADDR_LOOPBACK(inp6))

Completed in 111 milliseconds