HomeSort by relevance Sort by last modified time
    Searched refs:hijack (Results 1 - 8 of 8) sorted by null

  /external/syslinux/gpxe/src/util/
hijack.c 29 struct hijack { struct
102 static int hijack_open ( const char *interface, struct hijack *hijack ) {
107 hijack->pcap = pcap_open_live ( interface, SNAPLEN, 1, 0, errbuf );
108 if ( ! hijack->pcap ) {
117 if ( pcap_setnonblock ( hijack->pcap, 1, errbuf ) < 0 ) {
124 hijack->fd = pcap_get_selectable_fd ( hijack->pcap );
125 if ( hijack->fd < 0 ) {
132 hijack->datalink = pcap_datalink ( hijack->pcap )
298 struct hijack hijack; local
    [all...]
Makefile 4 all : hijack prototester mucurses_test
6 hijack : hijack.c
22 rm -f hijack prototester mucurses_test *.o
  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 16 http.HandleFunc("/hijack", func(w http.ResponseWriter, r *http.Request) {
22 conn, bufrw, err := hj.Hijack()
serve_test.go     [all...]
request.go 996 // We want to give handlers a chance to hijack the
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 16 http.HandleFunc("/hijack", func(w http.ResponseWriter, r *http.Request) {
22 conn, bufrw, err := hj.Hijack()
serve_test.go     [all...]
request.go 996 // We want to give handlers a chance to hijack the
    [all...]

Completed in 5254 milliseconds