⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inet.h

📁 操作系统SunOS 4.1.3版本的源码
💻 H
字号:
/* * @(#)inet.h 1.1 92/07/30 Copyright (c) 1985 by Sun Microsystems, Inc. *//* * Following defn stolen from nd structure. */#define NO_NDBASE  (struct no_nd *)(sip->si_devdata)/* standalone RAM variables */struct no_nd {        int     no_nd_seq;                 /* current sequence number */        struct ether_header no_nd_xh;      /* xmit header and packet */        int     no_nd_block;               /* block number of data in "cache" */        char    no_nd_buf[1600];           /* temp buf for packets */        struct  sainet no_nd_inet;         /* INET state */};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -