Home
last modified time | relevance | path

Searched refs:matchwild (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/netinet6/
H A Din6_pcb.c728 int matchwild = 3, wildcard; in in6_pcblookup_local() local
802 if (wildcard < matchwild) { in in6_pcblookup_local()
804 matchwild = wildcard; in in6_pcblookup_local()
805 if (matchwild == 0) in in6_pcblookup_local()
/freebsd-14.2/sys/netinet/
H A Din_pcb.c1977 int matchwild = 3 + INP_LOOKUP_MAPPED_PCB_COST; in in_pcblookup_local() local
1979 int matchwild = 3; in in_pcblookup_local() local
2073 if (wildcard < matchwild) { in in_pcblookup_local()
2075 matchwild = wildcard; in in_pcblookup_local()
2076 if (matchwild == 0) in in_pcblookup_local()