Home
last modified time | relevance | path

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

/Linux-v4.19/net/x25/
Dx25_dev.c174 skb->protocol = htons(ETH_P_X25); in x25_establish_link()
201 skb->protocol = htons(ETH_P_X25); in x25_terminate_link()
228 skb->protocol = htons(ETH_P_X25); in x25_send_frame()
Daf_x25.c1769 .type = cpu_to_be16(ETH_P_X25),
/Linux-v4.19/include/net/
Dx25device.h16 return htons(ETH_P_X25); in x25_type_trans()
/Linux-v4.19/include/uapi/linux/
Dif_ether.h53 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
/Linux-v4.19/drivers/net/wan/
Dlapbether.c198 skb->protocol = htons(ETH_P_X25); in lapbeth_data_transmit()