Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_pcb.c744 int matchwild = 3, wildcard; in in6_pcblookup_local() local
821 if (wildcard < matchwild) { in in6_pcblookup_local()
823 matchwild = wildcard; in in6_pcblookup_local()
824 if (matchwild == 0) in in6_pcblookup_local()
/f-stack/freebsd/netinet/
H A Din_pcb.c2014 int matchwild = 3 + INP_LOOKUP_MAPPED_PCB_COST; in in_pcblookup_local() local
2016 int matchwild = 3; in in_pcblookup_local() local
2113 if (wildcard < matchwild) { in in_pcblookup_local()
2115 matchwild = wildcard; in in_pcblookup_local()
2116 if (matchwild == 0) in in_pcblookup_local()