/src/sbin/route/ |
show.c | 135 static int interesting = RTF_ANNOUNCE | RTF_BLACKHOLE | RTF_BROADCAST | local in function:show 141 p_rttables(af, flags, rflags, interesting);
|
show.c | 135 static int interesting = RTF_ANNOUNCE | RTF_BLACKHOLE | RTF_BROADCAST | local in function:show 141 p_rttables(af, flags, rflags, interesting);
|
/src/usr.bin/netstat/ |
if.c | 847 struct iftot *lastif, *sum, *interesting; local in function:sidewaysintpr_kvm 868 interesting = (interface == NULL) ? iftot : NULL; 875 interesting = ip; 881 if (interesting == NULL) { 903 interesting->ift_name, " ", 904 interesting->ift_name, " "); 907 interesting->ift_name, " ", 908 interesting->ift_name, " ", " "); 970 if (ip == interesting) {
|
if.c | 847 struct iftot *lastif, *sum, *interesting; local in function:sidewaysintpr_kvm 868 interesting = (interface == NULL) ? iftot : NULL; 875 interesting = ip; 881 if (interesting == NULL) { 903 interesting->ift_name, " ", 904 interesting->ift_name, " "); 907 interesting->ift_name, " ", 908 interesting->ift_name, " ", " "); 970 if (ip == interesting) {
|