Searched refs:ETH_P_X25 (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/x25/
H A Dx25_dev.c189 skb->protocol = htons(ETH_P_X25);
218 skb->protocol = htons(ETH_P_X25);
246 skb->protocol = htons(ETH_P_X25);
H A Daf_x25.c1292 type: __constant_htons(ETH_P_X25),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_ether.h43 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_ether.h43 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dif_ether.h43 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/linux/
H A Dif_ether.h43 #define ETH_P_X25 0x0805 /* CCITT X.25 */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_x25iface.c199 skb -> protocol = htons(ETH_P_X25);
233 skb -> protocol = htons(ETH_P_X25);
265 skb -> protocol = htons(ETH_P_X25);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dlapbether.c170 skb->protocol = htons(ETH_P_X25);
231 skb->protocol = htons(ETH_P_X25);
264 skb->protocol = htons(ETH_P_X25);
286 skb->protocol = htons(ETH_P_X25);
H A Dcomx-proto-lapb.c309 skb->protocol = htons(ETH_P_X25);
349 skb->protocol = htons(ETH_P_X25);
374 skb->protocol = htons(ETH_P_X25);
H A Dx25_asy.c244 skb->protocol=htons(ETH_P_X25);
447 skb->protocol = htons(ETH_P_X25);
469 skb->protocol = htons(ETH_P_X25);
H A Dcycx_x25.c365 chan->protocol = conf->protocol ? ETH_P_X25 : ETH_P_IP;
613 } else { /* chan->protocol == ETH_P_X25 */
776 if ((skb = dev_alloc_skb((chan->protocol == ETH_P_X25 ? 1 : 0) +
786 if (chan->protocol == ETH_P_X25) /* X.25 socket layer control */
1361 if (chan->protocol == ETH_P_X25)
1382 if (chan->protocol == ETH_P_X25)
1452 skb->protocol = htons(ETH_P_X25);
H A Dhdlc.c894 skb->protocol = htons(ETH_P_X25);
921 skb->protocol = htons(ETH_P_X25);

Completed in 79 milliseconds