OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:septel_open_live
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
pcap-septel.h
14
pcap_t *
septel_open_live
(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
pcap-septel.c
54
#define
septel_open_live
pcap_open_live
macro
209
pcap_t *
septel_open_live
(const char *device, int snaplen, int promisc, int to_ms, char *ebuf) {
function
pcap-linux.c
254
return
septel_open_live
(device, snaplen, promisc, to_ms, ebuf);
[
all
...]
Completed in 353 milliseconds