Home
last modified time | relevance | path

Searched refs:lookupflags (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_pcb.c130 int error, lookupflags = 0; in in6_pcbsetport() local
145 lookupflags = INPLOOKUP_WILDCARD; in in6_pcbsetport()
149 error = in_pcb_lport(inp, NULL, &lport, cred, lookupflags); in in6_pcbsetport()
168 int sooptions, int lookupflags, struct ucred *cred) in in6_pcbbind_avail() argument
278 fib, lookupflags, cred); in in6_pcbbind_avail()
289 lport, RT_ALL_FIBS, lookupflags, cred); in in6_pcbbind_avail()
308 int error, fib, lookupflags, sooptions; in in6_pcbbind() local
316 lookupflags = 0; in in6_pcbbind()
319 lookupflags = INPLOOKUP_WILDCARD; in in6_pcbbind()
341 error = in6_pcbbind_avail(inp, sin6, fib, sooptions, lookupflags, in in6_pcbbind()
[all …]
H A Din6_pcb.h82 int lookupflags, uint8_t numa_domain, int fib);
H A Dudp6_usrreq.c360 int lookupflags; in udp6_input() local
458 lookupflags = INPLOOKUP_RLOCKPCB | in udp6_input()
476 lookupflags, m->m_pkthdr.rcvif, m); in udp6_input()
486 uh->uh_dport, INPLOOKUP_WILDCARD | lookupflags, in udp6_input()
495 INPLOOKUP_WILDCARD | lookupflags, in udp6_input()
/freebsd/sys/netinet/
H A Din_pcb.c142 int lookupflags, uint8_t numa_domain, int fib);
758 int lookupflags) in in_pcb_lport_dest() argument
847 faddr, fport, laddr, lport, lookupflags, in in_pcb_lport_dest()
854 faddr6, fport, laddr6, lport, lookupflags, in in_pcb_lport_dest()
863 lookupflags, cred); in in_pcb_lport_dest()
869 lookupflags, cred); in in_pcb_lport_dest()
878 lport, RT_ALL_FIBS, lookupflags, cred); in in_pcb_lport_dest()
893 struct ucred *cred, int lookupflags) in in_pcb_lport() argument
903 NULL, lportp, NULL, 0, cred, lookupflags)); in in_pcb_lport()
913 const u_short lport, const int fib, int sooptions, int lookupflags, in in_pcbbind_avail() argument
[all …]
H A Din_pcb_var.h55 struct ucred *cred, int lookupflags);
H A Dudp_usrreq.c471 int cscov_partial, iphlen, lookupflags; in udp_input() local
594 lookupflags = INPLOOKUP_RLOCKPCB | in udp_input()
611 ip->ip_dst, uh->uh_dport, lookupflags, ifp, m); in udp_input()
621 uh->uh_dport, INPLOOKUP_WILDCARD | lookupflags, in udp_input()
630 lookupflags, ifp, m); in udp_input()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1121 int lookupflags; in check_uidgid()
1148 lookupflags = 0; in check_uidgid()
1151 lookupflags = INPLOOKUP_WILDCARD; in check_uidgid()
1154 lookupflags = INPLOOKUP_WILDCARD; in check_uidgid()
1158 lookupflags |= INPLOOKUP_RLOCKPCB; in check_uidgid()
1167 lookupflags, NULL, args->m); in check_uidgid()
1172 lookupflags, args->ifp, args->m); in check_uidgid()
1184 lookupflags, NULL, args->m); in check_uidgid()
1189 lookupflags, args->ifp, args->m); in check_uidgid()