Home | History | Annotate | Download | only in racoon

Lines Matching refs:xff

240 	if (len == 1 && (x.buf[0]&0xff) == 0xff) {
1425 u_char np = np0 & 0xff;
2822 ch = (unsigned char)(c & 0xff);
2824 return printf("%c", c & 0xff);
2826 return printf("\\%03o", c & 0xff);