Home
last modified time | relevance | path

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

/external/curl/lib/
Dtelnet.c109 static void send_negotiation(struct connectdata *, int cmd, int option);
344 static void send_negotiation(struct connectdata *conn, int cmd, int option) in send_negotiation() function
372 send_negotiation(conn, CURL_DO, option); in set_remote_option()
411 send_negotiation(conn, CURL_DONT, option); in set_remote_option()
446 send_negotiation(conn, CURL_DO, option); in rec_will()
449 send_negotiation(conn, CURL_DONT, option); in rec_will()
479 send_negotiation(conn, CURL_DONT, option); in rec_will()
497 send_negotiation(conn, CURL_DONT, option); in rec_wont()
509 send_negotiation(conn, CURL_DO, option); in rec_wont()
536 send_negotiation(conn, CURL_WILL, option); in set_local_option()
[all …]