sprayd.c | 45 static void spray_service(struct svc_req *, SVCXPRT *); 101 if (!svc_reg(transp, SPRAYPROG, SPRAYVERS, spray_service, 108 if (!svc_create(spray_service, SPRAYPROG, SPRAYVERS, "udp")) { 122 spray_service(struct svc_req *rqstp, SVCXPRT *transp) function in typeref:typename:void
|