Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_pcb.c735 int matchwild = 3, wildcard; in in6_pcblookup_local() local
805 if (wildcard < matchwild) { in in6_pcblookup_local()
807 matchwild = wildcard; in in6_pcblookup_local()
808 if (matchwild == 0) in in6_pcblookup_local()
/freebsd/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
2061 if (wildcard < matchwild) { in in_pcblookup_local()
2063 matchwild = wildcard; in in_pcblookup_local()
2064 if (matchwild == 0) in in_pcblookup_local()