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

  /src/usr.bin/netstat/
main.c 203 u_char pr_wanted; /* 1 if wanted, 0 otherwise */ member in struct:protox
698 if (tp->pr_name == 0 || tp->pr_wanted == 0)
701 tp->pr_wanted = 0;
705 if (tp->pr_wanted)
main.c 203 u_char pr_wanted; /* 1 if wanted, 0 otherwise */ member in struct:protox
698 if (tp->pr_name == 0 || tp->pr_wanted == 0)
701 tp->pr_wanted = 0;
705 if (tp->pr_wanted)
main.c 203 u_char pr_wanted; /* 1 if wanted, 0 otherwise */ member in struct:protox
698 if (tp->pr_name == 0 || tp->pr_wanted == 0)
701 tp->pr_wanted = 0;
705 if (tp->pr_wanted)

Completed in 75 milliseconds