Home
last modified time | relevance | path

Searched defs:byte_val (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dbyte_mask.h25 int byte_val; member
H A Dbyte_mask.c173 int byte_val = *(const unsigned char *) bp; in byte_mask_opt() local
H A Dvalid_hostname.c209 int byte_val = 0; in valid_ipv4_hostaddr() local
/netbsd-src/usr.bin/cksum/
H A Dcrc.c204 crc_byte(uint32_t thecrc, unsigned int byte_val) in crc_byte()