Lines Matching refs:protop
248 conn->data->req.protop = tn; /* make us known */ in init_telnet()
293 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; in negotiate()
367 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_remote_option()
441 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_will()
489 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_wont()
531 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_local_option()
605 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_do()
665 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_dont()
825 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in check_telnet_options()
935 struct TELNET *tn = (struct TELNET *)data->req.protop; in suboption()
1010 struct TELNET *tn = (struct TELNET *)data->req.protop; in sendsuboption()
1068 struct TELNET *tn = (struct TELNET *)data->req.protop; in telrcv()
1266 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in telnet_done()
1276 Curl_safefree(conn->data->req.protop); in telnet_done()
1320 tn = (struct TELNET *)data->req.protop; in telnet_do()