if_un.h

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 30 行

H
30
字号
/*	@(#)if_un.h	4.1	(ULTRIX)	7/2/90	*//* * Structure of a Ungermann-Bass datagram header. */struct un_header {	u_short	un_length;	u_char	un_type;	u_char	un_control;	u_short	un_dnet;	u_short	un_dniu;	u_char	un_dport;	u_char	un_dtype;	u_short	un_snet;	u_short	un_sniu;	u_char	un_sport;	u_char	un_stype;	u_char	un_option;	u_char	un_bcc;	u_short	un_ptype;	/* protocol type */};/* * Protocol types */#define	UNTYPE_INQUIRE		1	/* inquire - "Who am I?" */#define	UNTYPE_IP		2	/* Internet Protocol */

⌨️ 快捷键说明

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