Searched refs:frap (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/samples/
H A Duserauth.c20 struct frauth *frap = &fra; local
29 while (ioctl(fd, SIOCAUTHW, &frap) == 0) {
57 if (ioctl(fd, SIOCAUTHR, &frap) != 0)
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfstat.c1716 frauthent_t *frap, fra; local
1743 frap = asp->fas_faelist;
1744 while (frap) {
1749 if (kmemcpy((char *)&fra, (u_long)frap,
1755 frap = fra.fae_next;

Completed in 103 milliseconds