Lines Matching defs:first_byte
51 unsigned char first_byte;
74 first_byte = addr_str[0] << NIP_ADDR_LEN_4;
75 first_byte += addr_str[1];
76 if (first_byte <= ADDR_FIRST_DC)
78 else if (first_byte <= ADDR_FIRST_F0 || first_byte == ADDR_FIRST_FF)
80 else if (first_byte == ADDR_FIRST_F1)
82 else if (first_byte == ADDR_FIRST_F2)
84 else if (first_byte == ADDR_FIRST_F3)
86 else if (first_byte == ADDR_FIRST_FE)
92 printf("Newip addr error, first_byte=0x%x\n", first_byte);