HomeSort by: relevance | last modified time | path
    Searched refs:in6p_flags (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet6/
sctp6_usrreq.c 600 inp6->in6p_flags |= IN6P_IPV6_V6ONLY;
642 if (nam != NULL && (inp6->in6p_flags & IN6P_IPV6_V6ONLY) == 0) {
829 if (inp6->in6p_flags & IN6P_IPV6_V6ONLY) {
962 if (inp6->in6p_flags & IN6P_IPV6_V6ONLY) {
1192 if (inp6->in6p_flags & IN6P_IPV6_V6ONLY) {
1220 if ((inp6->in6p_flags & IN6P_IPV6_V6ONLY)) {
  /src/sys/netinet/
sctp_pcb.h 759 #ifndef in6p_flags
760 #define in6p_flags in6p_pcb.inp_flags macro
sctp_pcb.c 693 (((struct in6pcb *)inp)->in6p_flags & IN6P_IPV6_V6ONLY)
1586 (((struct in6pcb *)t_inp)->in6p_flags & IN6P_IPV6_V6ONLY)) {
1600 (((struct in6pcb *)inp)->in6p_flags & IN6P_IPV6_V6ONLY)
1646 if (((struct in6pcb *)inp)->in6p_flags & IN6P_IPV6_V6ONLY) {
sctp_asconf.c 1725 (inp6->in6p_flags & IN6P_IPV6_V6ONLY)
1822 (inp6->in6p_flags & IN6P_IPV6_V6ONLY)
sctp_usrreq.c 939 (((struct in6pcb *)inp)->in6p_flags & IN6P_IPV6_V6ONLY)
1244 if (inp6->in6p_flags & IN6P_IPV6_V6ONLY) {
sctputil.c 718 (inp6->in6p_flags & IN6P_IPV6_V6ONLY)
sctp_output.c 3372 (((struct in6pcb *)in_inp)->in6p_flags & IN6P_IPV6_V6ONLY)

Completed in 28 milliseconds