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

/freebsd-10.0-release/sys/netipx/
H A Dipx_pcb.c391 int matchwild = 3, wildcard; local
420 if (wildcard < matchwild) {
422 matchwild = wildcard;
/freebsd-10.0-release/sys/netinet6/
H A Din6_pcb.c682 int matchwild = 3, wildcard; local
758 if (wildcard < matchwild) {
760 matchwild = wildcard;
761 if (matchwild == 0)
/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c1401 int matchwild = 3 + INP_LOOKUP_MAPPED_PCB_COST; local
1403 int matchwild = 3; local
1500 if (wildcard < matchwild) {
1502 matchwild = wildcard;
1503 if (matchwild == 0)

Completed in 71 milliseconds