Home
last modified time | relevance | path

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

/dports/dns/dnsjit/dnsjit-1.2.2/src/core/
H A Dobject.c46 case CORE_OBJECT_PCAP: in core_object_copy()
87 case CORE_OBJECT_PCAP: in core_object_free()
H A Dobject.h25 #define CORE_OBJECT_PCAP 1 macro
/dports/dns/dnsjit/dnsjit-1.2.2/src/filter/
H A Dcopy.c58 case CORE_OBJECT_PCAP: in filter_copy_set()
115 case CORE_OBJECT_PCAP: in filter_copy_get()
H A Dtiming.c515 if (obj->obj_type != CORE_OBJECT_PCAP) { in _receive()
540 if (!obj || obj->obj_type != CORE_OBJECT_PCAP) { in _produce()
H A Dlayer.c653 if (obj->obj_type != CORE_OBJECT_PCAP) { in _receive()
673 if (!obj || obj->obj_type != CORE_OBJECT_PCAP || _link(self, (core_object_pcap_t*)obj)) { in _produce()
/dports/dns/dnsjit/dnsjit-1.2.2/src/core/object/
H A Dpcap.h31 CORE_OBJECT_INIT(CORE_OBJECT_PCAP, prev) \
/dports/dns/dnsjit/dnsjit-1.2.2/src/output/
H A Dpcap.c100 if (obj->obj_type == CORE_OBJECT_PCAP) { in _receive()