Home
last modified time | relevance | path

Searched refs:ppio (Results 1 – 25 of 111) sorted by relevance

12345

/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/
H A Dfile.h29 netwib_io **ppio);
30 …ne netwib_io_init_file_read(filename,ppio) netwib_io_init_file(filename,NETWIB_FILE_INITTYPE_READ,… argument
31 …e netwib_io_init_file_write(filename,ppio) netwib_io_init_file(filename,NETWIB_FILE_INITTYPE_WRITE… argument
32 …netwib_io_init_file_append(filename,ppio) netwib_io_init_file(filename,NETWIB_FILE_INITTYPE_APPEND… argument
33 …ne netwib_io_init_file_rdwr(filename,ppio) netwib_io_init_file(filename,NETWIB_FILE_INITTYPE_RDWR,… argument
34 …netwib_io_init_file_textread(filename,ppio) netwib_io_init_file(filename,NETWIB_FILE_INITTYPE_READ… argument
35 …twib_io_init_file_textwrite(filename,ppio) netwib_io_init_file(filename,NETWIB_FILE_INITTYPE_WRITE… argument
36 …wib_io_init_file_textappend(filename,ppio) netwib_io_init_file(filename,NETWIB_FILE_INITTYPE_APPEN… argument
37 …netwib_io_init_file_textrdwr(filename,ppio) netwib_io_init_file(filename,NETWIB_FILE_INITTYPE_RDWR… argument
97 netwib_io **ppio);
H A Diousual.h24 netwib_err netwib_io_init_null(netwib_io **ppio);
49 netwib_io **ppio);
55 netwib_io **ppio);
83 netwib_io **ppio);
134 netwib_io **ppio);
223 netwib_io **ppio);
227 …efine netwib_io_init_data_line(ppio) netwib_io_init_data(NETWIB_IO_INIT_DATA_TYPE_LINE,NETWIB_IO_I… argument
236 …ine netwib_io_init_data_chunk(ppio) netwib_io_init_data(NETWIB_IO_INIT_DATA_TYPE_CHUNK,NETWIB_IO_I… argument
248 …ine netwib_io_init_data_fixed(ppio) netwib_io_init_data(NETWIB_IO_INIT_DATA_TYPE_FIXED,NETWIB_IO_I… argument
306 netwib_io **ppio);
[all …]
H A Drecord.h86 netwib_io **ppio);
87 …ecord_read(recordname,ppio) netwib_io_init_record(recordname,NETWIB_FILE_INITTYPE_READ,NETWIB_RECO… argument
88 …_record_write(recordname,encodetype,ppio) netwib_io_init_record(recordname,NETWIB_FILE_INITTYPE_WR… argument
89 …rd_append(recordname,ppio) netwib_io_init_record(recordname,NETWIB_FILE_INITTYPE_APPEND,NETWIB_REC… argument
H A Dkbd.c152 netwib_err netwib_io_init_kbddefault(netwib_io **ppio) in netwib_io_init_kbddefault() argument
176 ppio)); in netwib_io_init_kbddefault()
183 netwib_io **ppio) in netwib_io_init_kbd_fd() argument
207 ppio)); in netwib_io_init_kbd_fd()
214 netwib_io **ppio) in netwib_io_init_kbd_handle() argument
238 ppio)); in netwib_io_init_kbd_handle()
H A Dio.h371 netwib_err netwib_io_close(netwib_io **ppio);
555 netwib_err l2_init(netwib_io **ppio);
556 netwib_err l2_init(netwib_io **ppio)
562 NULL/*close*/, ppio));
606 netwib_err l3_init(netwib_io **ppio);
607 netwib_err l3_init(netwib_io **ppio)
613 NULL/*close*/, ppio));
641 netwib_err l4_init(netwib_io **ppio);
642 netwib_err l4_init(netwib_io **ppio)
707 netwib_err l5_init(netwib_io **ppio);
[all …]
H A Dkbd.h16 netwib_err netwib_io_init_kbddefault(netwib_io **ppio);
18 netwib_io **ppio);
20 netwib_io **ppio);
H A Dionew.c39 netwib_io **ppio) in netwib_io_init() argument
44 if (ppio == NULL) { in netwib_io_init()
50 *ppio = pio; in netwib_io_init()
H A Dwindows.c171 netwib_io **ppio) in netwib_io_init_handle() argument
176 ppio = ppio; /* for compiler warning */ in netwib_io_init_handle()
203 (netwib_io **)ppio));
H A Dscreen.c110 netwib_err netwib_io_init_screen(netwib_io **ppio) in netwib_io_init_screen() argument
121 ppio)); in netwib_io_init_screen()
H A Dfile.c381 netwib_io **ppio) in netwib_io_init_file() argument
406 ppio)); in netwib_io_init_file()
454 netwib_io **ppio) in netwib_io_init_filetemp() argument
502 ppio)); in netwib_io_init_filetemp()
H A Dstream.c162 netwib_io **ppio) in netwib_io_init_stream() argument
187 ppio)); in netwib_io_init_stream()
H A Dfd.c178 netwib_io **ppio) in netwib_io_init_fd() argument
202 ppio)); in netwib_io_init_fd()
H A Dscreen.h13 netwib_err netwib_io_init_screen(netwib_io **ppio);
H A Dfd.h18 netwib_io **ppio);
H A Dstream.h18 netwib_io **ppio);
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/
H A Dsock.h37 netwib_io **ppio);
39 …nit_sock_udp_cli_easy(premoteip,remoteport,ppio) netwib_io_init_sock_udp_cli(NULL,premoteip,0,remo… argument
48 netwib_io **ppio);
50 …nit_sock_tcp_cli_easy(premoteip,remoteport,ppio) netwib_io_init_sock_tcp_cli(NULL,premoteip,0,remo… argument
57 netwib_io **ppio);
58 …ck_udp_ser(plocalip,localport,ppio) netwib_io_init_sock_udp_ser_full(plocalip,localport,NULL,NETWI… argument
61 netwib_io **ppio);
68 netwib_io **ppio);
69 …ck_tcp_ser(plocalip,localport,ppio) netwib_io_init_sock_tcp_ser_full(plocalip,localport,NULL,NETWI… argument
72 netwib_io **ppio);
[all …]
H A Dspoof.h78 netwib_io **ppio);
79 #define netwib_io_init_spoof_link(device,ppio) netwib_io_init_spoof(NETWIB_SPOOF_INITTYPE_LINK,devi… argument
80 #define netwib_io_init_spoof_ip4(ppio) netwib_io_init_spoof(NETWIB_SPOOF_INITTYPE_IP4,NULL,ppio) argument
81 #define netwib_io_init_spoof_ip6(ppio) netwib_io_init_spoof(NETWIB_SPOOF_INITTYPE_IP6,NULL,ppio) argument
118 netwib_io **ppio);
119 …e netwib_io_init_spoof_ip_best(ppio) netwib_io_init_spoof_ip(NETWIB_SPOOF_IP_INITTYPE_BEST,NETWIB_… argument
H A Dsniff.h82 netwib_io **ppio);
129 netwib_err netwib_io_init_sniff_ipreas(netwib_io **ppio);
139 netwib_err netwib_io_init_sniff_tcpreord(netwib_io **ppio);
163 netwib_io **ppio);
H A Dsock.c490 netwib_io **ppio) in netwib_io_init_sock_udp_cli_full() argument
517 ppio)); in netwib_io_init_sock_udp_cli_full()
530 netwib_io **ppio) in netwib_io_init_sock_tcp_cli_full() argument
557 ppio)); in netwib_io_init_sock_tcp_cli_full()
568 netwib_io **ppio) in netwib_io_init_sock_udp_ser_full() argument
595 ppio)); in netwib_io_init_sock_udp_ser_full()
630 ppio)); in netwib_io_init_sock_udp_ser_easy()
668 ppio)); in netwib_io_init_sock_tcp_ser_full()
703 ppio)); in netwib_io_init_sock_tcp_ser_easy()
741 ppio)); in netwib_io_init_sock_udp_mulser_full()
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/pieces/
H A Diousual_null.c103 netwib_err netwib_io_init_null(netwib_io **ppio) in netwib_io_init_null() argument
114 ppio)); in netwib_io_init_null()
H A Diousual_shellclient.c316 netwib_err netwib_io_init_shellclient(netwib_io **ppio) in netwib_io_init_shellclient() argument
338 ppio)); in netwib_io_init_shellclient()
342 ppio = ppio; /* for compiler warning */ in netwib_io_init_shellclient()
H A Diousual_shellserver.c419 netwib_io **ppio) in netwib_io_init_shellserver() argument
445 ppio)); in netwib_io_init_shellserver()
454 ppio = ppio; /* for compiler warning */ in netwib_io_init_shellserver()
H A Diousual_mem.c413 netwib_io **ppio) in netwib_io_init_mem() argument
437 ppio)); in netwib_io_init_mem()
448 netwib_io **ppio) in netwib_io_init_mem_lock() argument
473 ppio)); in netwib_io_init_mem_lock()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/pieces/
H A Diospoof.c148 netwib_io **ppio) in netwib_io_init_spoof() argument
172 ppio)); in netwib_io_init_spoof()
H A Diosniff.c143 netwib_io **ppio) in netwib_io_init_sniff() argument
166 ppio)); in netwib_io_init_sniff()

12345