ioctl.h
来自「cipe 编程」· C头文件 代码 · 共 25 行
H
25 行
/* CIPE - encrypted IP over UDP tunneling ioctl.h - prototype for the ioctl interface, user part Copyright 1996 Olaf Titz <olaf@bigred.inka.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.*//* $Id: ioctl.h,v 1.3 2000/03/27 17:38:23 olaf Exp $ */#include "cipe.h"#ifdef SIOCGIFCIPPARextern int ioctl_getpar(int fd, char *ifname, struct siocgifcippar *sio);#endifextern int ioctl_setpar(int fd, char *ifname, struct siocsifcippar *sio);extern int ioctl_setkey(int fd, char *ifname, struct siocsifcipkey *sio);extern int ioctl_attach(int fd, char *ifname, struct siocsifcipatt *sio);extern int ioctl_alloc(int fd, char *ifname, struct siocsifcipall *sio);extern int ioctl_unalloc(int fd, char *ifname, struct siocsifcipall *sio);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?