Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_ifattach.c196 static u_int8_t allone[8] = in in6_get_interface_hwaddr() local
227 if (memcmp(addr, allzero, *len) == 0 || memcmp(addr, allone, *len) == 0) in in6_get_interface_hwaddr()
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c122 bitmap_ctor(long_bitmap_t *lbp, size_t bits, bool allone) in bitmap_ctor() argument
131 if (allone) { in bitmap_ctor()