Home
last modified time | relevance | path

Searched refs:tun_write (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/ocserv/ocserv-1.1.3/src/
H A Dtun.h36 ssize_t tun_write(int sockfd, const void *buf, size_t len);
H A Dtun.c844 ssize_t tun_write(int sockfd, const void *buf, size_t len) in tun_write() function
895 ssize_t tun_write(int sockfd, const void *buf, size_t len) in tun_write() function
/dports/net/hanstunnel/hans-1.0/src/
H A Dtun_dev_darwin_emu.c34 int tun_write(int fd, char *buf, int len) in tun_write() function
H A Dtun_dev.h40 int tun_write(int fd, char *buf, int len);
H A Dtun_dev_generic.c67 int tun_write(int fd, char *buf, int len) in tun_write() function
H A Dtun_dev_freebsd.c80 int tun_write(int fd, char *buf, int len) in tun_write() function
H A Dtun_dev_openbsd.c73 int tun_write(int fd, char *buf, int len) in tun_write() function
H A Dtun_dev_svr4.c161 int tun_write(int fd, char *buf, int len) in tun_write() function
H A Dtun_dev_linux.c128 int tun_write(int fd, char *buf, int len) { return write(fd, buf, len); } in tun_write() function
H A Dtun.cpp124 if (tun_write(fd, (char *)buffer, length) == -1) in write()
H A Dtun_dev_cygwin.c260 int tun_write(int fd, char *buf, int len) in tun_write() function
/dports/net/vtun/vtun-3.0.4/generic/
H A Dtun_dev.c66 int tun_write(int fd, char *buf, int len) in tun_write() function
/dports/net/vtun/vtun-3.0.4/freebsd/
H A Dtun_dev.c75 int tun_write(int fd, char *buf, int len) in tun_write() function
/dports/security/dsvpn/dsvpn-0.1.4/include/
H A Dos.h35 ssize_t tun_write(int fd, const void *data, size_t size);
/dports/security/vpnc/vpnc-0.5.3/
H A Dsysdep.c540 int tun_write(int fd, unsigned char *buf, int len) in tun_write() function
579 int tun_write(int fd, unsigned char *buf, int len) in tun_write() function
615 int tun_write(int fd, unsigned char *buf, int len) in tun_write() function
655 int tun_write(int fd, unsigned char *buf, int len) in tun_write() function
H A Dsysdep.h35 int tun_write(int fd, unsigned char *buf, int len);
/dports/net/vtun/vtun-3.0.4/
H A Ddriver.h38 int tun_write(int fd, char *buf, int len);
H A Dtunnel.c223 dev_write = tun_write; in tunnel()
/dports/net/vtun/vtun-3.0.4/openbsd/
H A Dtun_dev.c72 int tun_write(int fd, char *buf, int len) in tun_write() function
/dports/net/vtun/vtun-3.0.4/linux/
H A Dtun_dev.c128 int tun_write(int fd, char *buf, int len) { return write(fd, buf, len); } in tun_write() function
/dports/net/vtun/vtun-3.0.4/svr4/
H A Dtun_dev.c161 int tun_write(int fd, char *buf, int len) in tun_write() function
/dports/net/onioncat/onioncat-0.3.9/src/
H A Docat.h770 #define tun_write(x,y,z) win_write_tun(y,z) macro
773 #define tun_write(x,y,z) write(x,y,z) macro
H A Docatroute.c559 …if (tun_write(CNF(tunfd[1]), ((char*) peer->tunhdr) + BUF_OFF, len + 4 - BUF_OFF) != (len + 4 - BU… in socket_receiver()
585 …if (tun_write(CNF(tunfd[1]), buf + BUF_OFF, len + 4 + sizeof(struct ether_header) - BUF_OFF) != (l… in socket_receiver()
/dports/security/dsvpn/dsvpn-0.1.4/src/
H A Dos.c219 ssize_t tun_write(int fd, const void *data, size_t size) in tun_write() function
250 ssize_t tun_write(int fd, const void *data, size_t size) in tun_write() function
/dports/security/n2n/n2n-2.8/win32/
H A Dwintap.c425 rc = tun_write(&tuntap, buf, rc);

12