Home
last modified time | relevance | path

Searched refs:check_callit (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/portmap/
H A Dportmap.c92 int check_callit(struct sockaddr_in *, u_long, u_long);
595 if (!check_callit(svc_getcaller(xprt), a.rmt_prog, a.rmt_proc)) in callit()
659 check_callit(struct sockaddr_in *addr, u_long prog, u_long aproc) in check_callit() function