Home
last modified time | relevance | path

Searched refs:ETH_P_X25 (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/net/x25/
Dx25_dev.c172 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()
Daf_x25.c1774 .type = cpu_to_be16(ETH_P_X25),
/linux-3.4.99/include/net/
Dx25device.h15 return htons(ETH_P_X25); in x25_type_trans()
/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h68 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
/linux-3.4.99/include/linux/
Dif_ether.h46 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
/linux-3.4.99/drivers/net/wan/
Dcycx_x25.c392 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()
Dlapbether.c199 skb->protocol = htons(ETH_P_X25); in lapbeth_data_transmit()