faithd.c | 100 static int faith_prefix(struct sockaddr *); 450 if (!faith_prefix((void *)&dstaddr6)) { 575 faith_prefix(struct sockaddr *dst) function in typeref:typename:int 579 struct in6_addr faith_prefix; local in function:faith_prefix 590 if (sysctl(mib, 4, &faith_prefix, &size, NULL, 0) < 0) { 595 return memcmp(dst, &faith_prefix,
|