libnet_802_1q_hdr.3
来自「在unix环境下编写网络编程一个很好的开发包」· 3 代码 · 共 54 行
3
54 行
.TH "libnet_802_1q_hdr" 3 "10 Mar 2004" "libnet" \" -*- nroff -*-.ad l.nh.SH NAMElibnet_802_1q_hdr \- .SH SYNOPSIS.br.PP\fC#include <libnet-headers.h>\fP.PP.SS "Data Fields".in +1c.ti -1c.RI "u_int8_t \fBvlan_dhost\fP [ETHER_ADDR_LEN]".br.ti -1c.RI "u_int8_t \fBvlan_shost\fP [ETHER_ADDR_LEN]".br.ti -1c.RI "u_int16_t \fBvlan_tpi\fP".br.ti -1c.RI "u_int16_t \fBvlan_priority_c_vid\fP".br.ti -1c.RI "u_int16_t \fBvlan_len\fP".br.in -1c.SH "Detailed Description".PP IEEE 802.1Q (Virtual Local Area Network) VLAN header, static header size: 18 bytes .SH "Field Documentation".PP .SS "u_int8_t \fBlibnet_802_1q_hdr::vlan_dhost\fP[ETHER_ADDR_LEN]".PPdestination ethernet address .SS "u_int16_t \fBlibnet_802_1q_hdr::vlan_len\fP".PPlength or type (802.3 / Eth 2) .SS "u_int16_t \fBlibnet_802_1q_hdr::vlan_priority_c_vid\fP".PPpriority | VLAN ID .SS "u_int8_t \fBlibnet_802_1q_hdr::vlan_shost\fP[ETHER_ADDR_LEN]".PPsource ethernet address .SS "u_int16_t \fBlibnet_802_1q_hdr::vlan_tpi\fP".PPtag protocol ID .SH "Author".PP Generated automatically by Doxygen for libnet from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?