Searched defs:byte_val (Results 1 – 4 of 4) sorted by relevance
25 int byte_val; member
173 int byte_val = *(const unsigned char *) bp; in byte_mask_opt() local
209 int byte_val = 0; in valid_ipv4_hostaddr() local
204 crc_byte(uint32_t thecrc, unsigned int byte_val) in crc_byte()