Lines Matching defs:is
10 * This is an in-kernel application proxy for Sun's RPCBIND (nee portmap)
11 * protocol as defined in RFC1833. It is far from complete, mostly
17 * If the host running IP Filter is the same as the RPC server, it's
36 * o There is a potential collision between cloning, wildcard NAT and
39 * o The enclosed hack of STREAMS support is pretty sick and most likely
331 * same. (i.e., this box is either a router or rpcbind
350 * requests. One deref signals that this thread is
404 /* is enough room in rs_buf for the basic RPC message "preamble". */
465 /* GETADDRLIST is exclusive to v4; GETADDR for v3 & v4 */
745 /* with the latter. (This is exclusive to protocol versions 3 & 4). */
823 /* is enough room in rs_buf for the basic RPC message "preamble". */
895 /* Is the value sane? */
1111 ipstate_t *is;
1154 is = ipf_state_lookup(&fi, &tcp, NULL);
1155 if (is != NULL) {
1164 if ((natl != NULL) && (is != NULL)) {
1228 if (is == NULL) {
1237 * XXX nat_delete is private to ip_nat.c. Should