Searched refs:ETH_P_PHONET (Results 1 – 6 of 6) sorted by relevance
136 if (type != ETH_P_PHONET) in pn_header_create()191 skb->protocol = htons(ETH_P_PHONET); in pn_send()450 if (dev_hard_header(skb, out_dev, ETH_P_PHONET, NULL, NULL, in phonet_rcv()466 .type = cpu_to_be16(ETH_P_PHONET),
128 #define ETH_P_PHONET 0x00F5 /* Nokia Phonet frames */ macro
68 if (skb->protocol != htons(ETH_P_PHONET)) in usbpn_xmit()183 skb->protocol = htons(ETH_P_PHONET); in rx_complete()
233 if (skb->protocol != htons(ETH_P_PHONET)) in pn_net_xmit()343 skb->protocol = htons(ETH_P_PHONET); in pn_rx_complete()
635 skb->protocol = htons(ETH_P_PHONET); in ssip_pn_rx()974 if ((skb->protocol != htons(ETH_P_PHONET)) || in ssip_pn_xmit()
61 type (ETH_P_PHONET) which is out of the Ethernet type range. They can