Lines Matching refs:interface
11 * the network interface unit (ppp0 etc.)
12 * the interface to the networking code
15 * the interface to pppd, via a /dev/ppp character device
25 has a very simple interface with the generic PPP code: it merely has
33 be linked to each ppp network interface unit. The generic layer is
56 * ioctl() provides an interface which can be used by a user-space
90 interface to which this channel is connected, or -1 if the channel
110 negotiation, accessing the channel through the /dev/ppp interface.
112 At the interface to the PPP generic layer, PPP frames are stored in
149 transmit packets for the PPP unit (network interface device) plus a
249 The PPP generic layer exports a character device interface called
250 /dev/ppp. This is used by pppd to control PPP interface units and
282 on whether it is unattached, attached to a PPP interface, or attached
286 * PPPIOCNEWUNIT creates a new PPP interface and makes this /dev/ppp
287 instance the "owner" of the interface. The argument should point to
289 lowest unused unit number. Being the owner of the interface means
290 that the interface will be shut down if this instance of /dev/ppp is
293 * PPPIOCATTACH attaches this instance to an existing PPP interface.
295 This does not make this instance the owner of the PPP interface.
309 * PPPIOCCONNECT connects this channel to a PPP interface. The
310 argument should point to an int containing the interface unit
312 connected to an interface, or ENXIO if the requested interface does
315 * PPPIOCDISCONN disconnects this channel from the PPP interface that
317 is not connected to an interface.
322 an interface unit are:
324 * PPPIOCSMRU sets the MRU (maximum receive unit) for the interface.
328 interface. The argument should be a pointer to an int containing
351 interface unit. The argument should point to an int where the ioctl
369 number of this interface unit.
371 * PPPIOCSDEBUG sets the debug flags for the interface to the value in
378 * PPPIOCGDEBUG returns the debug flags for the interface in the int