HomeSort by: relevance | last modified time | path
    Searched defs:matchwild (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
in_pcb.c 960 int matchwild = 3; local in function:inpcb_lookup_local
1003 if (wildcard < matchwild) {
1005 matchwild = wildcard;
1006 if (matchwild == 0)
1010 if (match && matchwild == 0)
1039 if (wildcard < matchwild) {
1043 matchwild = wildcard;
1044 if (matchwild == 0)
in_pcb.c 960 int matchwild = 3; local in function:inpcb_lookup_local
1003 if (wildcard < matchwild) {
1005 matchwild = wildcard;
1006 if (matchwild == 0)
1010 if (match && matchwild == 0)
1039 if (wildcard < matchwild) {
1043 matchwild = wildcard;
1044 if (matchwild == 0)
  /src/sys/netinet6/
in6_pcb.c 838 int matchwild = 3, wildcard; local in function:in6pcb_lookup_local
903 if (wildcard < matchwild) {
905 matchwild = wildcard;
906 if (matchwild == 0)
910 if (match && matchwild == 0)
946 if (wildcard < matchwild) {
950 matchwild = wildcard;
951 if (matchwild == 0)
in6_pcb.c 838 int matchwild = 3, wildcard; local in function:in6pcb_lookup_local
903 if (wildcard < matchwild) {
905 matchwild = wildcard;
906 if (matchwild == 0)
910 if (match && matchwild == 0)
946 if (wildcard < matchwild) {
950 matchwild = wildcard;
951 if (matchwild == 0)

Completed in 31 milliseconds