Searched refs:matchwild (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/netipx/
H A Dipx_pcb.c391 int matchwild = 3, wildcard; local
420 if (wildcard < matchwild) {
422 matchwild = wildcard;
/freebsd-10.3-release/sys/netinet6/
H A Din6_pcb.c676 int matchwild = 3, wildcard; local
752 if (wildcard < matchwild) {
754 matchwild = wildcard;
755 if (matchwild == 0)
/freebsd-10.3-release/sys/netinet/
H A Din_pcb.c1407 int matchwild = 3 + INP_LOOKUP_MAPPED_PCB_COST; local
1409 int matchwild = 3; local
1506 if (wildcard < matchwild) {
1508 matchwild = wildcard;
1509 if (matchwild == 0)

Completed in 118 milliseconds