Lines Matching +full:0 +full:xff00

94 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
99 #define SPX_AUTH 0 /* Authentication data follows */
104 static des_cblock challenge = { 0 };
111 int major_status, status, msg_ctx = 0, new_status;
112 int req_flags = 0, ret_flags, lifetime_rec;
121 int to_addr=0, from_addr=0;
144 if (0) {
155 while (c-- > 0) {
186 0,
192 if (major_status != GSS_S_COMPLETE) return(0);
207 int msg_ctx = 0, new_status, status;
208 int req_flags = 0, ret_flags, lifetime_rec, major_status;
214 int from_addr=0, to_addr=0, myhostlen, j;
215 int deleg_flag=1, mutual_flag=0, replay_flag=0, seq_flag=0;
226 return(0);
253 address[0] = ((from_addr & 0xff000000) >> 24);
254 address[1] = ((from_addr & 0xff0000) >> 16);
255 address[2] = ((from_addr & 0xff00) >> 8);
256 address[3] = (from_addr & 0xff);
261 address[0] = ((to_addr & 0xff000000) >> 24);
262 address[1] = ((to_addr & 0xff0000) >> 16);
263 address[2] = ((to_addr & 0xff00) >> 8);
264 address[3] = (to_addr & 0xff);
265 input_chan_bindings->application_data.length = 0;
267 req_flags = 0;
279 0, /* time req */
297 return(0);
301 return(0);
305 return(0);
343 0,
359 address[0] = ((from_addr & 0xff000000) >> 24);
360 address[1] = ((from_addr & 0xff0000) >> 16);
361 address[2] = ((from_addr & 0xff00) >> 8);
362 address[3] = (from_addr & 0xff);
367 address[0] = ((to_addr & 0xff000000) >> 24);
368 address[1] = ((to_addr & 0xff0000) >> 16);
369 address[2] = ((to_addr & 0xff00) >> 8);
370 address[3] = (to_addr & 0xff);
371 input_chan_bindings->application_data.length = 0;
408 Data(ap, SPX_REJECT, 0, 0);
426 if (cnt > 0) {
448 0, /* time req */
489 int major_status, status = 0;
530 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);}
538 buf[buflen-1] = '\0'; /* make sure it's NULL terminated */ in spx_printsub()
556 ADDC(buf, buflen, '\0'); in spx_printsub()
585 for (i = 0; i < 8; i++)