Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_ether.h61 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ macro
/linux-4.1.27/net/bridge/netfilter/
Dnf_log_bridge.c37 case htons(ETH_P_RARP): in nf_log_bridge_packet()
Debt_arp.c109 e->ethproto != htons(ETH_P_RARP)) || in ebt_arp_mt_check()
Debt_log.c141 (eth_hdr(skb)->h_proto == htons(ETH_P_RARP)))) { in ebt_log_packet()
/linux-4.1.27/drivers/net/arcnet/
Drfc1201.c118 return htons(ETH_P_RARP); in type_trans()
393 case ETH_P_RARP: in build_header()
/linux-4.1.27/net/ipv4/
Dipconfig.c478 .type = cpu_to_be16(ETH_P_RARP),
593 arp_send(ARPOP_RREQUEST, ETH_P_RARP, 0, dev, 0, NULL, in ic_rarp_send_if()
/linux-4.1.27/net/bluetooth/bnep/
Dcore.c95 s->proto_filter[1].start = ETH_P_RARP; in bnep_set_default_proto_filter()
/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c677 work->word2.snoip.is_rarp = skb->protocol == htons(ETH_P_RARP); in cvm_oct_xmit_pow()
/linux-4.1.27/net/openvswitch/
Dflow_netlink.c149 || match->key->eth.type == htons(ETH_P_RARP)) { in match_validate()
1384 swkey->eth.type == htons(ETH_P_RARP)) { in __ovs_nla_put_key()
2103 eth_type != htons(ETH_P_RARP) && in __ovs_nla_copy_actions()
Dflow.c567 key->eth.type == htons(ETH_P_RARP)) { in key_extract()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_main.c737 (header->proto != htons(ETH_P_RARP)) && in ipoib_start_xmit()
767 case htons(ETH_P_RARP): in ipoib_start_xmit()