Searched full:rfc1201 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/arcnet/ |
| H A D | rfc1201.c | 2 * Linux ARCnet driver - RFC1201 (standard) packet encapsulation 63 pr_info("%s\n", "RFC1201 \"standard\" (`a') encapsulation support loaded"); in arcnet_rfc1201_init() 95 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans() 139 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx() 141 struct Incoming *in = &lp->rfc1201.incoming[saddr]; in rx() 143 arc_printk(D_DURING, dev, "it's an RFC1201 packet (length=%d)\n", in rx() 155 arc_printk(D_EXTRA, dev, "short RFC1201 exception packet from %02Xh", in rx() 174 lp->rfc1201.aborted_seq = soft->sequence; in rx() 191 soft = &pkt->soft.rfc1201; in rx() 241 * My interpretation of the RFC1201 document is that if a in rx() [all …]
|
| H A D | Kconfig | 27 This allows you to use RFC1201 with your ARCnet card via the virtual 29 industry-standard RFC1201 implementations, like the arcether.com 42 industry-standard RFC1201 implementations, like the arcether.com 43 packet driver or most DOS/Windows ODI drivers. RFC1201 is included
|
| H A D | arcdevice.h | 127 * ARCnet registers work That's why RFC1201 defines "exception" packets. 128 * In non-RFC1201 protocols, we have to just tack some extra bytes on the 195 char suffix; /* a for RFC1201, e for ether-encap, etc. */ 225 /* only needed for RFC1201 */ 313 } rfc1201; member 315 /* really only used by rfc1201, but we'll pretend it's not */
|
| H A D | Makefile | 6 obj-$(CONFIG_ARCNET_1201) += rfc1201.o
|
| H A D | arcnet.c | 570 lp->rfc1201.sequence = 1; in arcnet_open() 712 soft = &pkt->soft.rfc1201; in arcnet_send_packet() 1128 soft = &rxdata.pkt.soft.rfc1201; in arcnet_rx() 1183 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
|
| /linux/include/uapi/linux/ |
| H A D | if_arcnet.h | 30 /* RFC1201 Protocol ID's */ 57 * The RFC1201-specific components of an arcnet packet header. 122 struct arc_rfc1201 rfc1201; member
|
| /linux/Documentation/networking/ |
| H A D | arcnet.rst | 328 below.) ** Newer versions of NetBSD apparently support RFC1201. 338 arc0 RFC1201 protocol, the official Internet standard which just 343 because it supports RFC1201 "packet splitting" operations. 365 RFC1201's packet splitting, and the MTU of 507 is still 368 than RFC1201 by about 25%, for the same reason as arc0e. 416 RFC1201 protocol, for reasons listed above), and one XT that can't run 428 - talk to freedom via RFC1201 (arc0) protocol, because I like it 496 runs the Novell ODI protocol stack, which only works with RFC1201 ARCnet. 508 [RFC1201 NETWORK] [ETHER-ENCAP NETWORK]
|
| H A D | arcnet-hardware.rst | 71 level of encapsulation is defined by RFC1201, which I call "packet
|