Home
last modified time | relevance | path

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

/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))
/dpdk/drivers/net/tap/
H A Dtap_flow.c1126 data.eth_type : htons(ETH_P_ALL)); in priv_flow_process()
1398 msg->t.tcm_info = TC_H_MAKE(0, htons(ETH_P_ALL)); in tap_flow_create()
1437 msg->t.tcm_info = TC_H_MAKE(0, htons(ETH_P_ALL)); in tap_flow_create()
1725 msg->t.tcm_info = TC_H_MAKE(0, htons(ETH_P_ALL)); in tap_flow_implicit_create()
1911 msg->t.tcm_info = TC_H_MAKE(0, htons(ETH_P_ALL)); in rss_enable()
/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c642 *sockfd = socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in open_packet_iface()
757 sockaddr.sll_protocol = htons(ETH_P_ALL); in rte_pmd_init_internals()
770 qsockfd = socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in rte_pmd_init_internals()