Searched refs:send_negotiation (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | telnet.c | 102 static void send_negotiation(struct connectdata *, int cmd, int option); 301 static void send_negotiation(struct connectdata *conn, int cmd, int option) in send_negotiation() function 328 send_negotiation(conn, CURL_DO, option); in set_remote_option() 367 send_negotiation(conn, CURL_DONT, option); in set_remote_option() 402 send_negotiation(conn, CURL_DO, option); in rec_will() 405 send_negotiation(conn, CURL_DONT, option); in rec_will() 435 send_negotiation(conn, CURL_DONT, option); in rec_will() 453 send_negotiation(conn, CURL_DONT, option); in rec_wont() 465 send_negotiation(conn, CURL_DO, option); in rec_wont() 492 send_negotiation(conn, CURL_WILL, option); in set_local_option() [all …]
|