Home
last modified time | relevance | path

Searched refs:ETH_P_RARP (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/net/
H A Dannounce.c91 #ifndef ETH_P_RARP
92 #define ETH_P_RARP 0x8035 macro
104 *(uint16_t *)(buf + 12) = htons(ETH_P_RARP); /* ethertype */ in announce_self_create()
/openbmc/qemu/tests/qtest/
H A Dvirtio-net-test.c19 #ifndef ETH_P_RARP
20 #define ETH_P_RARP 0x8035 macro
213 g_assert_cmpint(*proto, ==, htons(ETH_P_RARP)); in announce_self()
/openbmc/u-boot/include/linux/
H A Dif_ether.h70 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h68 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/openbmc/linux/net/bridge/netfilter/
H A Debt_arp.c107 e->ethproto != htons(ETH_P_RARP)) || in ebt_arp_mt_check()
H A Debt_log.c140 (eth_hdr(skb)->h_proto == htons(ETH_P_RARP)))) { in ebt_log_packet()
/openbmc/linux/drivers/net/arcnet/
H A Drfc1201.c117 return htons(ETH_P_RARP); in type_trans()
396 case ETH_P_RARP: in build_header()
/openbmc/linux/net/bridge/
H A Dbr_input.c166 skb->protocol == htons(ETH_P_RARP))) { in br_handle_frame_finish()
H A Dbr_device.c72 eth_hdr(skb)->h_proto == htons(ETH_P_RARP)) && in br_dev_xmit()
/openbmc/linux/net/ipv4/
H A Dipconfig.c481 .type = cpu_to_be16(ETH_P_RARP),
596 arp_send(ARPOP_RREQUEST, ETH_P_RARP, 0, dev, 0, NULL, in ic_rarp_send_if()
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-tx.c628 work->word2.snoip.is_rarp = skb->protocol == htons(ETH_P_RARP); in cvm_oct_xmit_pow()
/openbmc/linux/net/bluetooth/bnep/
H A Dcore.c95 s->proto_filter[1].start = ETH_P_RARP; in bnep_set_default_proto_filter()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c185 || match->key->eth.type == htons(ETH_P_RARP)) { in match_validate()
2152 swkey->eth.type == htons(ETH_P_RARP)) { in __ovs_nla_put_key()
3282 eth_type != htons(ETH_P_RARP) && in __ovs_nla_copy_actions()
3310 eth_type != htons(ETH_P_RARP) && in __ovs_nla_copy_actions()
H A Dflow.c764 key->eth.type == htons(ETH_P_RARP)) { in key_extract_l3l4()
/openbmc/linux/net/netfilter/
H A Dnf_log_syslog.c943 case htons(ETH_P_RARP): in nf_log_netdev_packet()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1114 (header->proto != htons(ETH_P_RARP)) && in ipoib_start_xmit()
1145 case htons(ETH_P_RARP): in ipoib_start_xmit()
/openbmc/linux/net/core/
H A Dflow_dissector.c1428 case htons(ETH_P_RARP): in __skb_flow_dissect()
/openbmc/linux/net/sched/
H A Dcls_flower.c1884 key->basic.n_proto == htons(ETH_P_RARP)) { in fl_set_key()
3394 key->basic.n_proto == htons(ETH_P_RARP)) && in fl_dump_key()