Searched refs:send_negotiation (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | telnet.c | 108 static void send_negotiation(struct connectdata *, int cmd, int option); 346 static void send_negotiation(struct connectdata *conn, int cmd, int option) in send_negotiation() function 373 send_negotiation(conn, CURL_DO, option); in set_remote_option() 412 send_negotiation(conn, CURL_DONT, option); in set_remote_option() 447 send_negotiation(conn, CURL_DO, option); in rec_will() 450 send_negotiation(conn, CURL_DONT, option); in rec_will() 480 send_negotiation(conn, CURL_DONT, option); in rec_will() 498 send_negotiation(conn, CURL_DONT, option); in rec_wont() 510 send_negotiation(conn, CURL_DO, option); in rec_wont() 537 send_negotiation(conn, CURL_WILL, option); in set_local_option() [all …]
|