Lines Matching defs:inetconfent
77 struct inetconfent { struct
79 char *service;
80 char *endpoint;
81 char *protocol;
82 char *wait_status;
83 char *username;
84 char *server_program;
85 char *server_args;
87 boolean_t wait;
88 boolean_t isrpc;
89 int rpc_low_version;
90 int rpc_high_version;
91 char *rpc_prog;
92 char *groupname;
93 char *exec;
94 char *arg0;