Home
last modified time | relevance | path

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

/dports/security/ipguard/ipguard-1.04/
H A Dipguard.h58 #define PCAPFSIZ 128 macro
76 char pcapf[PCAPFSIZ];
H A Dipguard.c101 case 'c': strncpy(pcapf, optarg, PCAPFSIZ); break; in main()
129 else { pcapf[PCAPFSIZ-10] = '\0'; strncat(pcapf, " and arp", 8); } in main()
/dports/mail/spamd/spamd-4.9.1/spamlogd/
H A Dspamlogd.c75 #define PCAPFSIZ 512 /* pcap filter string size */ macro
139 char filter[PCAPFSIZ] = "ip and port 25 and action pass "
166 strlcat(filter, " and on ", PCAPFSIZ);
167 strlcat(filter, networkif, PCAPFSIZ);