Lines Matching full:interface

41 Currently it supports configuring interfaces, interface addresses, routes,
125 (uint32_t) transmit interface index.
162 field contains the index of the transmit interface.
258 (uint32_t) Transmit interface index of the nexthtop.
270 All interface configuration messages share the common header:
276 int ifi_index; /* Interface index */
282 Creates a new interface.
289 IFLA_NEW_IFINDEX (uint32) created interface index
290 IFLA_IFNAME (string) created interface name
293 Deletes the interface specified by
296 Fetches a single interface or all interfaces in the current VNET, depending on the
299 Each interface is reported as a
305 ifi_index interface index
306 IFLA_IFNAME interface name
307 IFLA_ALT_IFNAME interface name
312 (binary) Llink-level interface address (MAC).
316 (string) New interface name.
318 (string) Interface description.
320 (uint32_t) (readonly) Interface index.
322 (uint32_t) Parent interface index.
324 (nested) Interface type-specific attributes:
326 IFLA_INFO_KIND (string) interface type ("vlan")
338 (uint8_t) Interface operational state per RFC 2863.
344 IF_OPER_LOWERLAYERDOWN some lower-level interface is down
383 RTNLGRP_LINK Notifies on interface arrival/removal/change
385 .Sh INTERFACE ADDRESSES
386 All interface address configuration messages share the common header:
399 specifies the address family of the interface address.
405 specifies the interface index of the target interface.
411 Fetches interface addresses in the current VNET matching conditions.
419 ifa_index matching interface index or 0
424 (binary) masked interface address or destination address for p2p interfaces.
426 (binary) local interface address.
429 (string) interface name.
431 (binary) broadcast interface address.
458 specifies the interface to operate on.
516 (uint32_t) interface index.