Lines Matching defs:pc
1486 pcap_t *pc;
1489 pc = pcap_open_dead(DLT_PPP_PPPD, 65535);
1490 if (pcap_compile(pc, &pass_filter, *argv, 1, netmask) == -1) {
1492 pcap_geterr(pc));
1495 pcap_close(pc);
1507 pcap_t *pc;
1510 pc = pcap_open_dead(DLT_PPP_PPPD, 65535);
1511 if (pcap_compile(pc, &active_filter, *argv, 1, netmask) == -1) {
1513 pcap_geterr(pc));
1516 pcap_close(pc);