Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../.././../../../usr/man/man9f/net_ifgroupgetnext.9f
Real path: /usr/share/man/man9f/net_ifgroupgetnext.9f
Zurück
'\" te .\" Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. .TH net_ifgroupgetnext 9F "15 Mar 2016" "Oracle Solaris 11.4" "Kernel Functions" .SH NAME net_ifgroupgetnext \- search through the current list of firewall interface groups attached to a particular network interface .SH SYNOPSIS .LP .nf #include <sys/neti.h> int net_ifgroupgetnext(net_handle_t net, phy_if_t ifp, char *prev, char *next); .fi .SH PARAMETERS .sp .ne 2 .mk .na \fB\fInet\fR\fR .ad .RS 8n .rt value returned from a successful call to the \fBnet_protocol_lookup()\fR function .RE .sp .ne 2 .mk .na \fB\fIifp\fR\fR .ad .RS 8n .rt value returned from a successful call to \fBnet_phylookup()\fR function .RE .sp .ne 2 .mk .na \fB\fIprev\fR\fR .ad .RS 8n .rt value of the \fInext\fR parameter set by the previous call to the \fBnet_ifgroupgetnext()\fR function. The first call to the \fBnet_ifgroupgetnext()\fR function is made by setting \fIprev\fR parameter to \fB""\fR .RE .sp .ne 2 .mk .na \fB\fInext\fR\fR .ad .RS 8n .rt pointer to the region of memory where the name of the next group in sequence is to be written. If the next group is not found, the \fInext\fR parameter is set to \fB""\fR .RE .SH INTERFACE LEVEL .sp .LP Solaris DDI specific (Solaris DDI). .SH DESCRIPTION .sp .LP The \fBnet_ifgroupgetnext()\fR function searches through all firewall interface groups attached to the interface identified by the \fIifp\fR parameter. To start the search, a value of \fB""\fR should be passed to the \fIprev\fR parameter. When the \fInext\fR parameter is set to \fB""\fR, the last group attached to the interface is reached. When called successfully, the value returned is \fB0\fR. When there is a failure, \fB-1\fR is returned. .SH RETURN VALUES .sp .LP The \fBnet_ifgroupgetnext()\fR function returns \fB-1\fR if there is an error, or \fB0\fR if lookup is successful. In case there are no more groups, \fB0\fR is returned and \fInext\fR is set to \fB""\fR. .SH CONTEXT .sp .LP The \fBnet_ifgroupgetnext()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/core-os _ Interface Stability Committed .TE .sp .SH SEE ALSO .sp .LP \fBnet_phylookup\fR(9F), \fBnet_protocol_lookup\fR(9F), \fBattributes\fR(7)