Lines Matching defs:to

4  * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
135 * Return a reference to the property table. Number of entries in table
147 * property, the type expected, and returns a pointer to the matching member,
331 * pointer to an allocated and initialized rpc_info_t, else NULL.
359 * fails, we check to see whether it was the result of a v6 proto
402 * Allocate, initialize and return a pointer to a tlx_info_t structure.
563 * marked invalid are those that are KNOWN to be invalid.
567 * If 'fmri' is set then the latter three parameters need to be set to
569 * by cfgpp is set to point at an initialized basic_cfg_t.
594 * Set all checkable properties to valid as a baseline. We'll be
750 /* strip a trailing only to simplify further processing */
765 * getnetconfigent() fails, we check to see whether
770 * leave inetd to handle the value appropriately
771 * when it tries to listen on behalf of the service.
922 /* add new proto entry to proto_list */
942 /* Don't pass any arguments to access() */
975 * according to whether any properties were marked invalid.
1125 * is set to indicate the cause, else a pointer to the read properties is
1187 * Read all properties applicable to 'instance' (including defaults).
1274 * to socket(). If an unknown type string is passed returns -1, else the id.
1326 * On success, hash is modified to point to the digest string and 0 is returned.
1327 * Otherwise, -1 is returned and errno is set to indicate the error.
1385 * repository. On success, hash is modified to point to the hash string and
1543 /* we set argv[0] to point at our static storage. */
1573 * type server, waiting for datagrams to come in, and when they do passing
1575 * address, in a call to the callback function 'cb'. If no datagrams are
1614 * request has completed or a non-EINTR error occurs. If 'to' is set to a
1620 const struct sockaddr *to, int tolen) {
1627 if (to == NULL) {
1630 ret = sendto(fd, cp + cnt, sz - cnt, flags, to, tolen);
1642 const struct sockaddr *to, int tolen) {
1643 return (safe_sendto_write(fd, buf, sz, flags, to, tolen));
1669 * returning a pointer to this array. If one of the protos is too big
1670 * errno is set to E2BIG and NULL is returned; if memory allocation failure
1671 * occurs errno is set to ENOMEM and NULL is returned; else on success
1717 * function first tries to interpret 'proto' as a nettype to get its netids.
1718 * If this fails it tries to interpret it as a netid. If 'proto' is neither
1720 * returned, else a pointer to an array of netids associated with 'proto' is