Lines Matching refs:TELNET
151 struct TELNET { struct
244 struct TELNET *tn; in init_telnet()
246 tn = calloc(1, sizeof(struct TELNET)); in init_telnet()
295 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; in negotiate()
368 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_remote_option()
442 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_will()
490 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_wont()
532 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_local_option()
606 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_do()
666 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()
932 struct TELNET *tn = (struct TELNET *)data->req.protop; in suboption()
1007 struct TELNET *tn = (struct TELNET *)data->req.protop; in sendsuboption()
1065 struct TELNET *tn = (struct TELNET *)data->req.protop; in telrcv()
1283 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in telnet_done()
1328 struct TELNET *tn; in telnet_do()
1336 tn = (struct TELNET *)data->req.protop; in telnet_do()