Annotation of embedaddon/libnet/doc/man/man3/libnet_802_1q_hdr.3, revision 1.1.1.1

1.1       misho       1: .TH "libnet_802_1q_hdr" 3 "10 Mar 2004" "libnet" \" -*- nroff -*-
                      2: .ad l
                      3: .nh
                      4: .SH NAME
                      5: libnet_802_1q_hdr \- 
                      6: .SH SYNOPSIS
                      7: .br
                      8: .PP
                      9: \fC#include <libnet-headers.h>\fP
                     10: .PP
                     11: .SS "Data Fields"
                     12: 
                     13: .in +1c
                     14: .ti -1c
                     15: .RI "u_int8_t \fBvlan_dhost\fP [ETHER_ADDR_LEN]"
                     16: .br
                     17: .ti -1c
                     18: .RI "u_int8_t \fBvlan_shost\fP [ETHER_ADDR_LEN]"
                     19: .br
                     20: .ti -1c
                     21: .RI "u_int16_t \fBvlan_tpi\fP"
                     22: .br
                     23: .ti -1c
                     24: .RI "u_int16_t \fBvlan_priority_c_vid\fP"
                     25: .br
                     26: .ti -1c
                     27: .RI "u_int16_t \fBvlan_len\fP"
                     28: .br
                     29: .in -1c
                     30: .SH "Detailed Description"
                     31: .PP 
                     32: IEEE 802.1Q (Virtual Local Area Network) VLAN header, static header size: 18 bytes 
                     33: .SH "Field Documentation"
                     34: .PP 
                     35: .SS "u_int8_t \fBlibnet_802_1q_hdr::vlan_dhost\fP[ETHER_ADDR_LEN]"
                     36: .PP
                     37: destination ethernet address 
                     38: .SS "u_int16_t \fBlibnet_802_1q_hdr::vlan_len\fP"
                     39: .PP
                     40: length or type (802.3 / Eth 2) 
                     41: .SS "u_int16_t \fBlibnet_802_1q_hdr::vlan_priority_c_vid\fP"
                     42: .PP
                     43: priority | VLAN ID 
                     44: .SS "u_int8_t \fBlibnet_802_1q_hdr::vlan_shost\fP[ETHER_ADDR_LEN]"
                     45: .PP
                     46: source ethernet address 
                     47: .SS "u_int16_t \fBlibnet_802_1q_hdr::vlan_tpi\fP"
                     48: .PP
                     49: tag protocol ID 
                     50: 
                     51: .SH "Author"
                     52: .PP 
                     53: Generated automatically by Doxygen for libnet from the source code.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>