Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_ether.h68 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/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()
/linux/drivers/net/arcnet/
H A Drfc1201.c118 return htons(ETH_P_RARP); in type_trans()
397 case ETH_P_RARP: in build_header()
/linux/net/bridge/
H A Dbr_device.c72 eth_hdr(skb)->h_proto == htons(ETH_P_RARP)) && in br_dev_xmit()
/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()
/linux/net/bluetooth/bnep/
H A Dcore.c95 s->proto_filter[1].start = ETH_P_RARP; in bnep_set_default_proto_filter()
/linux/net/openvswitch/
H A Dflow_netlink.c193 || match->key->eth.type == htons(ETH_P_RARP)) { in match_validate()
2165 swkey->eth.type == htons(ETH_P_RARP)) { in __ovs_nla_put_key()
3306 eth_type != htons(ETH_P_RARP) && in __ovs_nla_copy_actions()
3334 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()
/linux/net/netfilter/
H A Dnf_log_syslog.c943 case htons(ETH_P_RARP): in nf_log_netdev_packet()
/linux/net/core/
H A Dflow_dissector.c1462 case htons(ETH_P_RARP): in __skb_flow_dissect()
/linux/net/sched/
H A Dcls_flower.c2003 key->basic.n_proto == htons(ETH_P_RARP)) { in fl_set_key()
3584 key->basic.n_proto == htons(ETH_P_RARP)) && in fl_dump_key()