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

  /src/usr.sbin/rpcbind/
check_bound.c 87 check_bound(struct fdlist *fdl, const char *uaddr)
93 if (fdl->check_binding == FALSE)
96 na = uaddr2taddr(fdl->nconf, uaddr);
100 fd = __rpc_nconf2fd(fdl->nconf);
123 struct fdlist *fdl; local in function:add_bndlist
129 fdl = malloc(sizeof(*fdl));
130 if (fdl == NULL) {
135 fdl->nconf = newnconf;
136 fdl->next = NULL
153 struct fdlist *fdl; local in function:is_bound
171 struct fdlist *fdl; local in function:mergeaddr
239 struct fdlist *fdl; local in function:rpcbind_get_conf
    [all...]
check_bound.c 87 check_bound(struct fdlist *fdl, const char *uaddr)
93 if (fdl->check_binding == FALSE)
96 na = uaddr2taddr(fdl->nconf, uaddr);
100 fd = __rpc_nconf2fd(fdl->nconf);
123 struct fdlist *fdl; local in function:add_bndlist
129 fdl = malloc(sizeof(*fdl));
130 if (fdl == NULL) {
135 fdl->nconf = newnconf;
136 fdl->next = NULL
153 struct fdlist *fdl; local in function:is_bound
171 struct fdlist *fdl; local in function:mergeaddr
239 struct fdlist *fdl; local in function:rpcbind_get_conf
    [all...]

Completed in 20 milliseconds