Lines Matching refs:subpointer
66 *subpointer, *subend; /* buffer for sub-options */ variable
67 #define SB_CLEAR() subpointer = subbuffer;
68 #define SB_TERM() { subend = subpointer; SB_CLEAR(); }
69 #define SB_ACCUM(c) if (subpointer < (subbuffer+sizeof subbuffer)) { \
70 *subpointer++ = (c); \
73 #define SB_GET() ((*subpointer++)&0xff)
74 #define SB_PEEK() ((*subpointer)&0xff)
75 #define SB_EOF() (subpointer >= subend)
76 #define SB_LEN() (subend - subpointer)
801 lm_will(subpointer, SB_LEN()); in suboption()
804 lm_wont(subpointer, SB_LEN()); in suboption()
807 lm_do(subpointer, SB_LEN()); in suboption()
810 lm_dont(subpointer, SB_LEN()); in suboption()
813 slc(subpointer, SB_LEN()); in suboption()
816 lm_mode(subpointer, SB_LEN(), 0); in suboption()
843 env_opt(subpointer, SB_LEN()); in suboption()
886 auth_is(subpointer, SB_LEN()); in suboption()
891 auth_send(subpointer, SB_LEN()); in suboption()
896 auth_reply(subpointer, SB_LEN()); in suboption()
901 auth_name(subpointer, SB_LEN()); in suboption()
915 encrypt_start(subpointer, SB_LEN()); in suboption()
925 encrypt_support(subpointer, SB_LEN()); in suboption()
930 encrypt_request_start(subpointer, SB_LEN()); in suboption()
946 encrypt_is(subpointer, SB_LEN()); in suboption()
951 encrypt_reply(subpointer, SB_LEN()); in suboption()
956 encrypt_enc_keyid(subpointer, SB_LEN()); in suboption()
961 encrypt_dec_keyid(subpointer, SB_LEN()); in suboption()
1822 subpointer -= 2; in telrcv()
1835 subpointer -= 2; in telrcv()