Home
last modified time | relevance | path

Searched refs:ipsc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/ipf/ipscan/
H A Dipscan_y.y466 ipscanstat_t ipsc, *ipscp = &ipsc; in showlist() local
472 while (ipsc.iscs_list != NULL) { in showlist()
473 if (kmemcpy((char *)&isc, (u_long)ipsc.iscs_list, in showlist()
479 ipsc.iscs_list = isc.ipsc_next; in showlist()
483 printf("scan entries loaded\t%d\n", ipsc.iscs_entries); in showlist()
484 printf("scan entries matches\t%ld\n", ipsc.iscs_acted); in showlist()
485 printf("negative matches\t%ld\n", ipsc.iscs_else); in showlist()