Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Dhijack.c29 struct hijack { struct
102 static int hijack_open ( const char *interface, struct hijack *hijack ) { in hijack_open() argument
107 hijack->pcap = pcap_open_live ( interface, SNAPLEN, 1, 0, errbuf ); in hijack_open()
108 if ( ! hijack->pcap ) { in hijack_open()
117 if ( pcap_setnonblock ( hijack->pcap, 1, errbuf ) < 0 ) { in hijack_open()
124 hijack->fd = pcap_get_selectable_fd ( hijack->pcap ); in hijack_open()
125 if ( hijack->fd < 0 ) { in hijack_open()
132 hijack->datalink = pcap_datalink ( hijack->pcap ); in hijack_open()
137 if ( hijack->pcap ) in hijack_open()
138 pcap_close ( hijack->pcap ); in hijack_open()
[all …]
DMakefile4 all : hijack prototester mucurses_test
6 hijack : hijack.c target
22 rm -f hijack prototester mucurses_test *.o
/external/libcxx/src/support/runtime/
Dexception_pointer_glibcxx.ipp14 // we have little choice but to hijack std::__exception_ptr::exception_ptr's
/external/libcap/doc/
Dcapability.notes46 middle attacks -- hijack the telnet port for example and masquerade as
/external/clang/docs/
DSafeStack.rst84 A complete protection against control-flow hijack attacks requires combining
/external/jline/src/src/test/resources/jline/example/
Denglish.gz