File: HTioctl.h

package info (click to toggle)
lynx 2.8.9dev11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,556 kB
  • ctags: 12,873
  • sloc: ansic: 133,772; sh: 3,560; makefile: 1,139; perl: 995; yacc: 743
file content (11 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
/*
 *  A routine to mimic the ioctl function for UCX.
 *  Bjorn S. Nilsson, 25-Nov-1993. Based on an example in the UCX manual.
 */
#include <iodef.h>
#define IOC_OUT (int)0x40000000
extern int vaxc$get_sdc(), sys$qiow();

#ifndef UCX$C_IOCTL
#define UCX$C_IOCTL TCPIP$C_IOCTL
#endif