Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c870 objp->ipfo_type = IPFOBJ_FRAUTH; in ipf_auth_geniter()
971 error = ipf_inobj(softc, data, NULL, au, IPFOBJ_FRAUTH); in ipf_auth_wait()
998 IPFOBJ_FRAUTH); in ipf_auth_wait()
1083 error = ipf_inobj(softc, data, NULL, &auth, IPFOBJ_FRAUTH); in ipf_auth_reply()
H A Dip_fil.h1298 #define IPFOBJ_FRAUTH 12 /* struct frauth */ macro