OpenVPN
|
#include <proto.h>
Data Fields | |
uint8_t | dest [OPENVPN_ETH_ALEN] |
uint8_t | source [OPENVPN_ETH_ALEN] |
uint16_t | proto |
uint8_t openvpn_ethhdr::dest[OPENVPN_ETH_ALEN] |
Definition at line 57 of file proto.h.
Referenced by ipv6_send_icmp_unreachable(), and mroute_extract_addr_ether().
uint16_t openvpn_ethhdr::proto |
Definition at line 64 of file proto.h.
Referenced by get_tun_ip_ver(), ipv6_send_icmp_unreachable(), is_ipv_X(), vlan_decapsulate(), and vlan_encapsulate().
uint8_t openvpn_ethhdr::source[OPENVPN_ETH_ALEN] |
Definition at line 58 of file proto.h.
Referenced by ipv6_send_icmp_unreachable(), and mroute_extract_addr_ether().