Searched refs:ETH_P_BATMAN (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_ether.h58 #define ETH_P_BATMAN 0x4305 /* B.A.T.M.A.N.-Advanced packet [ NOT AN OFFICIALLY REGISTERED ID ] */ macro
/linux-master/net/batman-adv/
H A Dsoft-interface.c228 if (proto != htons(ETH_P_BATMAN)) {
234 case ETH_P_BATMAN:
451 if (vhdr->h_vlan_encapsulated_proto != htons(ETH_P_BATMAN))
455 case ETH_P_BATMAN:
H A Dsend.c94 ethhdr->h_proto = htons(ETH_P_BATMAN);
97 skb->protocol = htons(ETH_P_BATMAN);
H A Dhard-interface.c713 __be16 ethertype = htons(ETH_P_BATMAN);
/linux-master/net/core/
H A Dflow_dissector.c760 * ETH_P_BATMAN packets are tried to be dissected. Only
1434 case htons(ETH_P_BATMAN):

Completed in 98 milliseconds