Searched refs:ETH_P_X25 (Results 1 – 7 of 7) sorted by relevance
172 skb->protocol = htons(ETH_P_X25); in x25_establish_link()199 skb->protocol = htons(ETH_P_X25); in x25_terminate_link()226 skb->protocol = htons(ETH_P_X25); in x25_send_frame()
1774 .type = cpu_to_be16(ETH_P_X25),
15 return htons(ETH_P_X25); in x25_type_trans()
68 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
46 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
392 chan->protocol = conf->protocol ? ETH_P_X25 : ETH_P_IP; in cycx_wan_new_if()799 if ((skb = dev_alloc_skb((chan->protocol == ETH_P_X25 ? 1 : 0) + in cycx_x25_irq_rx()809 if (chan->protocol == ETH_P_X25) /* X.25 socket layer control */ in cycx_x25_irq_rx()1396 if (chan->protocol == ETH_P_X25) in cycx_x25_set_chan_state()1415 if (chan->protocol == ETH_P_X25) in cycx_x25_set_chan_state()
199 skb->protocol = htons(ETH_P_X25); in lapbeth_data_transmit()