Searched refs:agent (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/INIT/
H A Dhurl.sh23 agent="$command/2009-01-20 (AT&T Research)"
113 User-Agent: $agent ${AUTHORIZE}
/ast/src/cmd/cs/vcs_src/
H A Difs_agent.c36 * Insert a new agent structure in the head of AgentTable
58 * Find a agent item from the AgentTable
279 srv.agent = AgentSearch( mi->proto );
280 if( srv.agent != NULL ) {
281 (* (srv.agent->disconnect) )( &srv );
482 if( (srv->agent = AgentSearch( mitem->proto )) == NULL ) {
623 (* (srv.agent->connect))( &srv ) == 0 )
640 (* (srv.agent->disconnect))( &srv ) == 0 )
657 (* (srv.agent->listdents))( &srv ) == 0 )
674 (* (srv.agent
[all...]
H A Difs_agent.h83 struct agent_item *agent; member in struct:server_info
/ast/src/lib/libcs/
H A Dcsopen.c109 remote(register Cs_t* state, const char* host, const char* user, const char* path, int agent, register char** av, register char* fv) argument
131 if (agent)
293 * use remote agent to initiate and authenticate service on path
297 agent(register Cs_t* state, const char* host, const char* user, const char* path) function
860 return agent(state, state->host, state->user, state->path);

Completed in 20 milliseconds