Home
last modified time | relevance | path

Searched refs:telopt_index (Results 1 – 3 of 3) sorted by last modified time

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckctel.c222 telopt_index(opt) int opt; { in telopt_index() function
243 return((CHAR *)telopts[telopt_index(opt)]);
H A Dck_crp.c100 telopt_index(opt) int opt; { in telopt_index() function
118 return(telopts[telopt_index(opt)]);
H A Dckctel.h434 _PROTOTYP(int telopt_index,(int));
438 #define TELOPT_INDEX(x) telopt_index(x)