Lines Matching refs:subpointer
72 *subpointer, *subend; /* buffer for sub-options */ variable
73 #define SB_CLEAR() subpointer = subbuffer;
74 #define SB_TERM() { subend = subpointer; SB_CLEAR(); }
75 #define SB_ACCUM(c) if (subpointer < (subbuffer+sizeof subbuffer)) { \
76 *subpointer++ = (c); \
79 #define SB_GET() ((*subpointer++)&0xff)
80 #define SB_PEEK() ((*subpointer)&0xff)
81 #define SB_EOF() (subpointer >= subend)
82 #define SB_LEN() (subend - subpointer)
850 lm_will(subpointer, SB_LEN()); in suboption()
853 lm_wont(subpointer, SB_LEN()); in suboption()
856 lm_do(subpointer, SB_LEN()); in suboption()
859 lm_dont(subpointer, SB_LEN()); in suboption()
862 slc(subpointer, SB_LEN()); in suboption()
865 lm_mode(subpointer, SB_LEN(), 0); in suboption()
889 env_opt(subpointer, SB_LEN()); in suboption()
931 auth_is(subpointer, SB_LEN()); in suboption()
936 auth_send(subpointer, SB_LEN()); in suboption()
941 auth_reply(subpointer, SB_LEN()); in suboption()
946 auth_name(subpointer, SB_LEN()); in suboption()
960 encrypt_start(subpointer, SB_LEN()); in suboption()
970 encrypt_support(subpointer, SB_LEN()); in suboption()
975 encrypt_request_start(subpointer, SB_LEN()); in suboption()
991 encrypt_is(subpointer, SB_LEN()); in suboption()
996 encrypt_reply(subpointer, SB_LEN()); in suboption()
1001 encrypt_enc_keyid(subpointer, SB_LEN()); in suboption()
1006 encrypt_dec_keyid(subpointer, SB_LEN()); in suboption()
1803 subpointer -= 2; in telrcv()
1816 subpointer -= 2; in telrcv()