Home
last modified time | relevance | path

Searched refs:bs_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcpdump/
H A Daddrtoname.c200 u_char *bs_bytes; member
488 memcmp((const char *)bs, (const char *)(tp->bs_bytes), nlen) == 0) in lookup_bytestring()
497 tp->bs_bytes = (u_char *) calloc(1, nlen); in lookup_bytestring()
498 if (tp->bs_bytes == NULL) in lookup_bytestring()
502 memcpy(tp->bs_bytes, bs, nlen); in lookup_bytestring()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3013 typeset bs_bytes=4096
3014 typeset blocks=$(($file_bytes / $bs_bytes))
3022 seek=$j bs=$bs_bytes count=1 \