Searched refs:INP_IPV6 (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/sys/netinet/ |
| D | in_pcb.c | 251 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 …]
|
| D | udp_usrreq.c | 417 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()
|
| D | in_pcb.h | 232 #define INP_IPV6 0x100 /* socket, proto, domain, family is PF_INET6 */ macro
|
| D | tcp_timer.c | 219 KASSERT(!ISSET(inp->inp_flags, INP_IPV6)); in tcp_timer_rexmt()
|
| D | tcp_usrreq.c | 337 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()
|
| D | raw_ip.c | 170 KASSERT(!ISSET(inp->inp_flags, INP_IPV6)); in rip_input()
|
| D | tcp_input.c | 138 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()
|
| D | tcp_subr.c | 467 if (ISSET(inp->inp_flags, INP_IPV6)) { in tcp_newtcpcb()
|
| /openbsd/src/sys/netinet6/ |
| D | in6_pcb.c | 267 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()
|
| D | raw_ip6.c | 186 KASSERT(ISSET(inp->inp_flags, INP_IPV6)); in rip6_input()
|