Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 25 of 56) sorted by relevance

123

/linux-2.4.37.9/drivers/block/paride/
Dparide.c45 static struct pi_protocol *protocols[MAX_PROTOS]; variable
212 if (protocols[k] && !strcmp(pr->name,protocols[k]->name)) { in pi_register()
217 while((k<MAX_PROTOS) && (protocols[k])) k++; in pi_register()
223 protocols[k] = pr; in pi_register()
232 if (protocols[pr->index] != pr) { in pi_unregister()
236 protocols[pr->index] = 0; in pi_unregister()
346 if (!protocols[0]) in pi_init()
353 (!protocols[s]) || (unit < 0) || in pi_init()
354 (unit >= protocols[s]->max_units)) { in pi_init()
360 if (protocols[p]) { in pi_init()
[all …]
DConfig.in39 dep_tristate ' KingByte KBIC-951A/971A protocols' CONFIG_PARIDE_KBIC $CONFIG_PARIDE
/linux-2.4.37.9/net/ax25/
DConfig.in2 # Amateur Radio protocols and AX.25 device configuration
15 comment 'Packet Radio protocols'
/linux-2.4.37.9/Documentation/isdn/
DREADME.concap25 several different encapsulation protocols at once.
28 encapsulation protocols. The encapsulation protocol is configured by a
48 Many Encapsulation protocols used on top of WAN connections will not just
53 Such encapsulation protocols for WAN devices are typically more complex
54 than encapsulation protocols for lan devices. Thus, network interface
79 encapsulation protocols will need to control the connection. Therefore,
145 A Network interface using encapsulation protocols must also provide
228 protocols (e.g. by a member struct concap_proto* in struct net_device)
DREADME.eicon55 - other protocols exist for the range of DIVA Server cards,
DREADME.avmb139 protocols (b1.t4 for Euro-ISDN). Install these file in /lib/isdn.
DREADME.hysdn52 handlers for various protocols like ppp and others as well as config info
/linux-2.4.37.9/net/
DConfig.in49 dep_tristate ' RFC1483/2684 Bridged protocols' CONFIG_ATM_BR2684 $CONFIG_ATM
82 tristate 'Acorn Econet/AUN protocols (EXPERIMENTAL)' CONFIG_ECONET
/linux-2.4.37.9/net/irda/
DConfig.in12 comment 'IrDA protocols'
/linux-2.4.37.9/Documentation/networking/
Dirda.txt1 To use the IrDA protocols within Linux you will need to get a suitable copy
Dax25.txt1 To use the amateur radio protocols within Linux you will need to get a
Dcomx.txt19 Currently, the drivers support the following cards and protocols:
32 LMI) protocols are available as link-level protocol.
204 as you would do for other protocols. Specify 'frad' as protocol type.
Dx25-iface.txt85 call in question. But many upper layer protocols are not designed to
Dray_cs.txt131 useful for debugging 802.11 lowlevel protocols that are not visible to
Darcnet.txt270 LAN Manager and Windows for Workgroups: These programs use protocols that
308 The ARCnet driver v2.10 ALPHA supports three protocols, each on its own
314 protocol. arc0 is the fastest of the three protocols (for
359 two available protocols. As mentioned above, it's a good idea to use
Dwan-router.txt38 Many WAN protocols, such as X.25 and frame relay, allow for multiple logical
500 2.1.5 for protocols Frame Relay, PPP and CHDLC are
Dwanpipe.txt38 Many WAN protocols, such as X.25 and frame relay, allow for multiple logical
500 2.1.5 for protocols Frame Relay, PPP and CHDLC are
Dslicecom.txt31 modprobe comx-proto-ppp # module for Cisco-HDLC and SyncPPP protocols
/linux-2.4.37.9/Documentation/
Dparide.txt70 support is available for almost all known adapter protocols:
95 of the parallel port communication protocols. If you do not know
193 this loads a base module which provides a registry for the protocols,
197 As you load each module, it will register the protocols that it supports,
Dnfsroot.txt128 If the value is 'both' or empty, both protocols are used
/linux-2.4.37.9/drivers/net/wan/
DConfig.in32 …dep_tristate ' Support for HDLC and syncPPP protocols on MultiGate boards' CONFIG_COMX_PROTO_PP…
/linux-2.4.37.9/Documentation/usb/
Dhiddev.txt6 human interface device protocols for things that are not really human
/linux-2.4.37.9/arch/arm/def-configs/
Danakin227 # IrDA protocols
/linux-2.4.37.9/Documentation/i386/
Dboot.txt68 0x10000 and end of low memory. Unfortunately, in protocols 2.00 and
216 contents. For boot protocols 2.02 or earlier, this field is
/linux-2.4.37.9/drivers/net/wan/8253x/
Dsab8253xfs.txt9 protocols. The Linux ASLX Driver system provides an extremely flexible
527 synchronous protocols may directly access the serial data stream without
546 The asynchronous functionality is useful for those protocols like LAPB,

123