Searched refs:protocols (Results 1 – 25 of 56) sorted by relevance
123
/linux-2.4.37.9/drivers/block/paride/ |
D | paride.c | 45 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 …]
|
D | Config.in | 39 dep_tristate ' KingByte KBIC-951A/971A protocols' CONFIG_PARIDE_KBIC $CONFIG_PARIDE
|
/linux-2.4.37.9/net/ax25/ |
D | Config.in | 2 # Amateur Radio protocols and AX.25 device configuration 15 comment 'Packet Radio protocols'
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.concap | 25 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)
|
D | README.eicon | 55 - other protocols exist for the range of DIVA Server cards,
|
D | README.avmb1 | 39 protocols (b1.t4 for Euro-ISDN). Install these file in /lib/isdn.
|
D | README.hysdn | 52 handlers for various protocols like ppp and others as well as config info
|
/linux-2.4.37.9/net/ |
D | Config.in | 49 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/ |
D | Config.in | 12 comment 'IrDA protocols'
|
/linux-2.4.37.9/Documentation/networking/ |
D | irda.txt | 1 To use the IrDA protocols within Linux you will need to get a suitable copy
|
D | ax25.txt | 1 To use the amateur radio protocols within Linux you will need to get a
|
D | comx.txt | 19 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.
|
D | x25-iface.txt | 85 call in question. But many upper layer protocols are not designed to
|
D | ray_cs.txt | 131 useful for debugging 802.11 lowlevel protocols that are not visible to
|
D | arcnet.txt | 270 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
|
D | wan-router.txt | 38 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
|
D | wanpipe.txt | 38 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
|
D | slicecom.txt | 31 modprobe comx-proto-ppp # module for Cisco-HDLC and SyncPPP protocols
|
/linux-2.4.37.9/Documentation/ |
D | paride.txt | 70 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,
|
D | nfsroot.txt | 128 If the value is 'both' or empty, both protocols are used
|
/linux-2.4.37.9/drivers/net/wan/ |
D | Config.in | 32 …dep_tristate ' Support for HDLC and syncPPP protocols on MultiGate boards' CONFIG_COMX_PROTO_PP…
|
/linux-2.4.37.9/Documentation/usb/ |
D | hiddev.txt | 6 human interface device protocols for things that are not really human
|
/linux-2.4.37.9/arch/arm/def-configs/ |
D | anakin | 227 # IrDA protocols
|
/linux-2.4.37.9/Documentation/i386/ |
D | boot.txt | 68 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/ |
D | sab8253xfs.txt | 9 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