Home
last modified time | relevance | path

Searched refs:ETH_P_ALL (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dpkttest.py46 ETH_P_ALL = 3 variable in Interface
54 self.s = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(Interface.ETH_P_ALL))
/f-stack/dpdk/drivers/net/tap/
H A Dtap_flow.c1126 data.eth_type : htons(ETH_P_ALL)); in priv_flow_process()
1392 msg->t.tcm_info = TC_H_MAKE(0, htons(ETH_P_ALL)); in tap_flow_create()
1431 msg->t.tcm_info = TC_H_MAKE(0, htons(ETH_P_ALL)); in tap_flow_create()
1721 msg->t.tcm_info = TC_H_MAKE(0, htons(ETH_P_ALL)); in tap_flow_implicit_create()
1908 msg->t.tcm_info = TC_H_MAKE(0, htons(ETH_P_ALL)); in rss_enable()
/f-stack/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c595 *sockfd = socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in open_packet_iface()
710 sockaddr.sll_protocol = htons(ETH_P_ALL); in rte_pmd_init_internals()
723 qsockfd = socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in rte_pmd_init_internals()