Lines Matching refs:TELNET
150 struct TELNET { struct
242 struct TELNET *tn; in init_telnet()
244 tn = calloc(1, sizeof(struct TELNET)); 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()
1312 struct TELNET *tn; in telnet_do()
1320 tn = (struct TELNET *)data->req.protop; in telnet_do()