📄 if_un.h
字号:
/* @(#)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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -