Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/nscd/
Dnscdcli.c53 static int send_credentials(struct nscd_connection_ *, int);
131 send_credentials(struct nscd_connection_ *connection, int type) in send_credentials() function
144 TRACE_IN(send_credentials); in send_credentials()
169 TRACE_OUT(send_credentials); in send_credentials()
172 TRACE_OUT(send_credentials); in send_credentials()
254 result = send_credentials(connection, CET_TRANSFORM_REQUEST); in nscd_transform__()
/freebsd-12-stable/lib/libc/net/
Dnscachedcli.c52 static int send_credentials(struct cached_connection_ *, int);
145 send_credentials(struct cached_connection_ *connection, int type) in send_credentials() function
265 result = send_credentials(connection, CET_WRITE_REQUEST); in __cached_write()
319 result = send_credentials(connection, CET_READ_REQUEST); in __cached_read()
392 result = send_credentials(connection, CET_MP_WRITE_SESSION_REQUEST); in __open_cached_mp_write_session()
500 result = send_credentials(connection, CET_MP_READ_SESSION_REQUEST); in __open_cached_mp_read_session()