HomeSort by: relevance | last modified time | path
    Searched defs:inp6 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet6/
sctp6_usrreq.c 577 struct in6pcb *inp6; local in function:sctp6_attach
596 inp6 = (struct in6pcb *)inp;
600 inp6->in6p_flags |= IN6P_IPV6_V6ONLY;
605 inp6->in6p_af = proto;
607 inp6->in6p_hops = -1; /* use kernel default */
608 inp6->in6p_cksum = -1; /* just to be sure */
629 struct in6pcb *inp6; local in function:sctp6_bind
638 inp6 = (struct in6pcb *)inp;
642 if (nam != NULL && (inp6->in6p_flags & IN6P_IPV6_V6ONLY) == 0) {
796 struct in6pcb *inp6; local in function:sctp6_send
919 struct in6pcb *inp6; local in function:sctp6_connect
1176 struct in6pcb *inp6 = sotoin6pcb(so); local in function:sctp6_sockaddr
    [all...]
  /src/sys/netinet/
sctp_asconf.c 1720 struct in6pcb *inp6; local in function:sctp_addr_mgmt_assoc
1722 inp6 = (struct in6pcb *)&inp->ip_inp.inp;
1725 (inp6->in6p_flags & IN6P_IPV6_V6ONLY)
1818 struct in6pcb *inp6; local in function:sctp_addr_mgmt_ep
1819 inp6 = (struct in6pcb *)&inp->ip_inp.inp;
1822 (inp6->in6p_flags & IN6P_IPV6_V6ONLY)
sctp_usrreq.c 1242 struct in6pcb *inp6; local in function:sctp_do_connect_x
1243 inp6 = (struct in6pcb *)inp;
1244 if (inp6->in6p_flags & IN6P_IPV6_V6ONLY) {
sctputil.c 707 struct in6pcb *inp6; local in function:sctp_init_asoc
711 inp6 = (struct in6pcb *)m;
718 (inp6->in6p_flags & IN6P_IPV6_V6ONLY)
720 (inp6->inp_flags & IN6P_IPV6_V6ONLY)
  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 1574 struct in6_addr *inp6 = NULL; local in function:ipf_ifpaddr
1602 inp6 = &((struct sockaddr_in6 *)sin)->sin6_addr;
1603 if (!IN6_IS_ADDR_LINKLOCAL(inp6) &&
1604 !IN6_IS_ADDR_LOOPBACK(inp6))

Completed in 19 milliseconds