Lines Matching refs:interface
1 Description of the "concap" encapsulation protocol interface
4 The "concap" interface is intended to be used by network device
14 interface, please let me know. I'm willing to include them in future
16 changed interface).
29 user space utility (isdnctrl). The isdn network interface code then
34 protocol which is unique to the hardware type of the interface. The LAN
54 than encapsulation protocols for lan devices. Thus, network interface
63 interface between the network interface code and the encapsulation
73 from the hardware specific interface stuff such code could be shared
85 a (somewhere else configured) remote phone number. For an X25-interface
104 The network interface driver accesses those primitives via callbacks
117 /* initialize the protocol's data. To be called at interface startup
118 or when the device driver resets the interface. All services of the
145 A Network interface using encapsulation protocols must also provide
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
217 reduce the complexity of certain network interface implementations.
220 performance. However, typically the concap interface will be used by
229 then the interface of the service function could be changed
253 interface might even register the same data_req() function directly
256 of the concap interface when a trivial concap protocol is used.