Lines Matching refs:TELNET
145 struct TELNET { struct
199 struct TELNET *tn; in init_telnet()
201 tn = calloc(1, sizeof(struct TELNET)); in init_telnet()
250 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; in negotiate()
323 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_remote_option()
397 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_will()
445 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_wont()
487 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_local_option()
561 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_do()
621 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_dont()
780 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in check_telnet_options()
887 struct TELNET *tn = (struct TELNET *)data->req.protop; in suboption()
962 struct TELNET *tn = (struct TELNET *)data->req.protop; in sendsuboption()
1020 struct TELNET *tn = (struct TELNET *)data->req.protop; in telrcv()
1238 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in telnet_done()
1278 struct TELNET *tn; in telnet_do()
1286 tn = (struct TELNET *)data->req.protop; in telnet_do()