Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 8 of 8) sorted by relevance

/dpdk/examples/ipsec-secgw/
H A Dep0.cfg81 sa out 11 cipher_algo aes-128-cbc cipher_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\
82 b2:b2:b2:b2:b2 auth_algo sha1-hmac auth_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\
83 b2:b2:b2:b2:b2:b2:b2:b2:b2 mode transport
115 sa in 111 cipher_algo aes-128-cbc cipher_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\
116 b2:b2:b2:b2:b2 auth_algo sha1-hmac auth_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\
117 b2:b2:b2:b2:b2:b2:b2:b2:b2 mode transport
H A Dep1.cfg78 sa in 11 cipher_algo aes-128-cbc cipher_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\
79 b2:b2:b2:b2:b2 auth_algo sha1-hmac auth_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\
80 b2:b2:b2:b2:b2:b2:b2:b2:b2 mode transport
112 sa out 111 cipher_algo aes-128-cbc cipher_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\
113 b2:b2:b2:b2:b2 auth_algo sha1-hmac auth_key b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:b2:\
114 b2:b2:b2:b2:b2:b2:b2:b2:b2 mode transport
/dpdk/examples/pipeline/examples/
H A Dpacket.txt9 000000 aa bb cc dd 00 00 b0 b1 b2 b3 b4 b5 08 00 45 00
15 000000 aa bb cc dd 00 01 b0 b1 b2 b3 b4 b5 08 00 45 00
21 000000 aa bb cc dd 00 02 b0 b1 b2 b3 b4 b5 08 00 45 00
27 000000 aa bb cc dd 00 03 b0 b1 b2 b3 b4 b5 08 00 45 00
33 000000 aa bb cc dd 00 04 b0 b1 b2 b3 b4 b5 08 00 45 00
39 000000 aa bb cc dd 00 05 b0 b1 b2 b3 b4 b5 08 00 45 00
45 000000 aa bb cc dd 00 06 b0 b1 b2 b3 b4 b5 08 00 45 00
51 000000 aa bb cc dd 00 07 b0 b1 b2 b3 b4 b5 08 00 45 00
57 000000 aa bb cc dd 00 08 b0 b1 b2 b3 b4 b5 08 00 45 00
63 000000 aa bb cc dd 00 09 b0 b1 b2 b3 b4 b5 08 00 45 00
[all …]
/dpdk/app/test/
H A Dtest_reorder.c122 struct rte_reorder_buffer *b1 = NULL, *b2 = NULL; in test_reorder_free() local
128 b2 = rte_reorder_find_existing(name); in test_reorder_free()
129 TEST_ASSERT_EQUAL(b1, b2, "Failed to find existing reorder buffer"); in test_reorder_free()
133 b2 = rte_reorder_find_existing(name); in test_reorder_free()
134 TEST_ASSERT((b2 == NULL) && (rte_errno == ENOENT), in test_reorder_free()
H A Dtest_lpm6.c106 IPv6(uint8_t *ip, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, in IPv6() argument
112 ip[1] = b2; in IPv6()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.h25 #define ULP_BITMAP_CMP(b1, b2) memcmp(&(b1)->bits, \ argument
26 &(b2)->bits, sizeof((b1)->bits))
/dpdk/examples/ip_pipeline/examples/
H A Droute.cli58 … rule add match lpm ipv4 100.64.0.0 10 action fwd port 1 encap ether b0:b1:b2:b3:b4:b5 10:11:12:13…
H A Droute_ecmp.cli55 pipeline PIPELINE0 table 1 rule add match array 1 action fwd port 1 encap ether b0:b1:b2:b3:b4:b5 1…