Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet6/
H A Din6_pcb.c742 int matchwild = 3, wildcard; in in6_pcblookup_local() local
819 if (wildcard < matchwild) { in in6_pcblookup_local()
821 matchwild = wildcard; in in6_pcblookup_local()
822 if (matchwild == 0) in in6_pcblookup_local()
/freebsd-13.1/sys/netinet/
H A Din_pcb.c1970 int matchwild = 3 + INP_LOOKUP_MAPPED_PCB_COST; in in_pcblookup_local() local
1972 int matchwild = 3; in in_pcblookup_local() local
2069 if (wildcard < matchwild) { in in_pcblookup_local()
2071 matchwild = wildcard; in in_pcblookup_local()
2072 if (matchwild == 0) in in_pcblookup_local()