HomeSort by: relevance | last modified time | path
    Searched defs:check_bound (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/rpcbind/
check_bound.c 1 /* $NetBSD: check_bound.c,v 1.9 2020/06/17 00:16:22 kamil Exp $ */
2 /* $FreeBSD: head/usr.sbin/rpcbind/check_bound.c 300942 2016-05-29 06:01:18Z ngie $ */
35 /* #ident "@(#)check_bound.c 1.15 93/07/05 SMI" */
39 static char sccsid[] = "@(#)check_bound.c 1.11 89/04/21 Copyr 1989 Sun Micro";
44 * check_bound.c
79 static bool_t check_bound(struct fdlist *, const char *uaddr);
87 check_bound(struct fdlist *fdl, const char *uaddr) function in typeref:typename:bool_t
160 return (check_bound(fdl, uaddr));
179 if (check_bound(fdl, uaddr) == FALSE)

Completed in 142 milliseconds