Adaptec AHA-1520A Wartungshandbuch Seite 144

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 434
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 143
if_tcp(7P) Protocols SunOS 5.5
#define ifr_oname ifr_ifru.ifru_oname /other if name /
#define ifr_broadaddr ifr_ifru.ifru_broadaddr /broadcast address /
#define ifr_flags ifr_ifru.ifru_flags
/flags /
#define ifr_metric ifr_ifru.ifru_metric /metric /
#define ifr_data ifr_ifru.ifru_data /for use by interface /
#define ifr_enaddr ifr_ifru.ifru_enaddr /ethernet address /
};
SIOCSIFADDR Set interface address. Following the address assignment, the “ini-
tialization” routine for the interface is called.
SIOCGIFADDR Get interface address.
SIOCSIFDSTADDR Set point to point address for interface.
SIOCGIFDSTADDR Get point to point address for interface.
SIOCSIFFLAGS Set interface flags field. If the interface is marked down, any
processes currently routing packets through the interface are
notified.
SIOCGIFFLAGS Get interface flags.
SIOCGIFCONF Get interface configuration list. This request takes an ifconf struc-
ture (see below) as a value-result parameter. The ifc_len field
should be initiallyset to the size of the buffer pointed to by
ifc_buf. On return it will contain the length, in bytes, of the
configuration list.
SIOGIFNUM Get number of interfaces. This request returns an integerwhich is
the number of interface descriptions (struct ifreq) that will be
returned by theSIOCGIFCONF ioctl; that is, it gives an indication
of how large ifc_len has to be.
SIOCSIFMTU Set the maximum transmission unit (MTU) size for interface. Place
the result of this request in ifru_metric field. The MTU has to be
smaller than physicalMTU limitation (which is reported in the
DLPI DL_INFO_ACK message).
SIOCGIFMTU Get the maximum transmission unit size for interface. Place the
result of this request in ifru_metric field.
SIOCSIFMETRIC Set the metric associated with the interface. The metric is used by
routine daemons such as in.routed(1M).
SIOCGIFMETRIC Get the metric associated with the interface.
SIOCGIFMUXID Get the ip and arp muxid associated with the interface.
SIOCSIFMUXID Set the ip and arp muxid associated with the interface.
7P-140 modified 11 Oct 1994
Seitenansicht 143
1 2 ... 139 140 141 142 143 144 145 146 147 148 149 ... 433 434

Kommentare zu diesen Handbüchern

Keine Kommentare