Lines Matching refs:network
4 The "concap" interface is intended to be used by network device
6 It is assumed that the protocol interacts with a linux network device by
12 also be useful to other kinds of network devices. Thus, if you want
29 user space utility (isdnctrl). The isdn network interface code then
33 In contrast, LAN network interfaces always used a single encapsulation
36 traditional linux network device drivers used to process the
44 makes isdn network interfaces more flexible, but also much more
45 complex than traditional lan network interfaces.
54 than encapsulation protocols for lan devices. Thus, network interface
59 isdn network interfaces I could have introduced yet another branch to
63 interface between the network interface code and the encapsulation
92 service primitives to the network device.
104 The network interface driver accesses those primitives via callbacks
153 provided by the network interface within a struct concap_device_ops.
169 The network interface does not explicitly provide a receive service
191 be reset (opend). The network interface must provide the net_dev and
194 a concap proto should access the network device's private data
217 reduce the complexity of certain network interface implementations.
227 If general linux network interfaces explicitly supported concap
232 functions compatible to network device support functions.
252 This might even allow for some protocol stacking. And the network