Lines Matching +full:multi +full:- +full:function
8 getnetent_r, setnetent, endnetent \- get network entry
11 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsocket\fR \fB -lnsl \fR [ \fIlibrary\fR ... ]
77 \fBinet_network()\fR function returns a value in host byte order that is
95 pre-CIDR (Classless Inter-Domain Routing) subnet mask. For example:
115 J., and Varadhan, K. \fIRFC 1519, Classless Inter-Domain Routing (CIDR): an
125 of network entries. This function should be called before the first call to
128 is non-zero, the system may keep allocated resources such as open file
144 for use in multi-threaded applications.
151 Each reentrant interface performs the same operation as its non-reentrant
154 results, and are safe for use in both single-threaded and multi-threaded
158 Each reentrant interface takes the same parameters as its non-reentrant
161 the caller. On successful completion, the function returns the network entry in
171 For enumeration in multi-threaded applications, the position within the
172 enumeration is a process-wide property shared by all threads. \fBsetnetent()\fR
173 may be used in a multi-threaded application but resets the enumeration position
178 Like their non-reentrant counterparts, \fBgetnetbyname_r()\fR and
202 \fBgetnetbyaddr_r()\fR, and \fBgetnetent_r()\fR is non-\fBNULL\fR, it is always
213 \fIerrno\fR in multi-threaded applications.
243 MT-Level MT-Safe
258 Inter-Domain Routing (CIDR): an Address Assignment and Aggregation Strategy\fR.
271 When compiling multi-threaded applications, see \fBIntro\fR(3), \fINotes On