Enumerations | |
enum | arp_ol_config_state_t { ARP_OL_STATE_UNINITIALIZED = 0 , ARP_OL_STATE_AWAKE , ARP_OL_STATE_GOING_TO_SLEEP } |
States for configuration to use. More... | |
enum | cy_pf_feature_t { CY_PF_OL_FEAT_PORTNUM = 1 , CY_PF_OL_FEAT_ETHTYPE = 2 , CY_PF_OL_FEAT_IPTYPE = 3 , CY_PF_OL_FEAT_LAST = 4 } |
Packets may be filtered according to TCP/UDP Port number, ethertype or IP type. More... | |
enum | cy_pf_proto_t { CY_PF_PROTOCOL_UDP = 1 , CY_PF_PROTOCOL_TCP = 2 } |
Port numbers are a feature of both TCP and UDP protocols. More... | |
enum | cy_pn_direction_t { PF_PN_PORT_DEST = 1 , PF_PN_PORT_SOURCE = 2 , PF_PN_PORT_SOURCE_DEST = 3 } |
Source or Dest Port. More... | |
enum | cy_wowlpf_feature_t { CY_WOWLPF_OL_FEAT_WAKE = 0 , CY_WOWLPF_OL_FEAT_LAST = 1 } |
WOWL packet filter type. More... | |
enum cy_pf_feature_t |
Packets may be filtered according to TCP/UDP Port number, ethertype or IP type.
enum cy_pf_proto_t |
enum cy_pn_direction_t |
enum cy_wowlpf_feature_t |