📄 inet.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 + -