Home
last modified time | relevance | path

Searched refs:INP_IPV6 (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/netinet/
Din_pcb.c251 inp->inp_flags = INP_IPV6; in in_pcballoc()
292 if (ISSET(inp->inp_flags, INP_IPV6)) { in in_pcbbind_locked()
337 if (ISSET(inp->inp_flags, INP_IPV6)) in in_pcbbind_locked()
514 if (ISSET(inp->inp_flags, INP_IPV6)) in in_pcbconnect()
602 if (ISSET(inp->inp_flags, INP_IPV6)) { in in_pcbdetach()
731 if (ISSET(inp->inp_flags, INP_IPV6)) { in in_setsockaddr()
752 if (ISSET(inp->inp_flags, INP_IPV6)) { in in_setpeeraddr()
813 KASSERT(!ISSET(inp->inp_flags, INP_IPV6)); in in_pcbnotifyall()
914 KASSERT(ISSET(inp->inp_flags, INP_IPV6)); in in_pcblookup_local_lock()
930 KASSERT(!ISSET(inp->inp_flags, INP_IPV6)); in in_pcblookup_local_lock()
[all …]
Dudp_usrreq.c417 KASSERT(ISSET(inp->inp_flags, INP_IPV6)); in udp_input()
419 KASSERT(!ISSET(inp->inp_flags, INP_IPV6)); in udp_input()
939 if (ISSET(inp->inp_flags, INP_IPV6)) in udp_output()
1119 if (ISSET(sotoinpcb(so)->inp_flags, INP_IPV6)) in udp_attach()
1160 if (ISSET(inp->inp_flags, INP_IPV6)) { in udp_connect()
1185 if (ISSET(inp->inp_flags, INP_IPV6)) { in udp_disconnect()
1232 if (ISSET(inp->inp_flags, INP_IPV6)) in udp_send()
Din_pcb.h232 #define INP_IPV6 0x100 /* socket, proto, domain, family is PF_INET6 */ macro
Dtcp_timer.c219 KASSERT(!ISSET(inp->inp_flags, INP_IPV6)); in tcp_timer_rexmt()
Dtcp_usrreq.c337 if (ISSET(inp->inp_flags, INP_IPV6)) in tcp_ctloutput()
511 if (ISSET(inp->inp_flags, INP_IPV6)) in tcp_attach()
645 if (ISSET(inp->inp_flags, INP_IPV6)) { in tcp_connect()
Draw_ip.c170 KASSERT(!ISSET(inp->inp_flags, INP_IPV6)); in rip_input()
Dtcp_input.c138 ISSET(tp->t_inpcb->inp_flags, INP_IPV6) && \
3594 if (ISSET(inp->inp_flags, INP_IPV6)) { in syn_cache_get()
3595 KASSERT(ISSET(listeninp->inp_flags, INP_IPV6)); in syn_cache_get()
3602 KASSERT(!ISSET(listeninp->inp_flags, INP_IPV6)); in syn_cache_get()
Dtcp_subr.c467 if (ISSET(inp->inp_flags, INP_IPV6)) { in tcp_newtcpcb()
/openbsd/src/sys/netinet6/
Din6_pcb.c267 KASSERT(ISSET(inp->inp_flags, INP_IPV6)); in in6_pcbconnect()
480 KASSERT(ISSET(inp->inp_flags, INP_IPV6)); in in6_pcbnotify()
574 KASSERT(ISSET(inp->inp_flags, INP_IPV6)); in in6_pcbhash_lookup()
Draw_ip6.c186 KASSERT(ISSET(inp->inp_flags, INP_IPV6)); in rip6_input()