Home
last modified time | relevance | path

Searched refs:fd_type (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dfdcio.h85 struct fd_type { struct
129 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
130 #define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c758 (fdp->fd_type == FRD_DSTLIST)) {
H A Dip_state.c1855 if (fdp->fd_type == FRD_DSTLIST) {
1863 if (fdp->fd_type == FRD_DSTLIST) {
1872 if (fdp->fd_type == FRD_DSTLIST) {
H A Dfil.c5558 if (fdp->fd_type == FRD_DSTLIST)
5562 if (fdp->fd_type == FRD_DSTLIST)
5566 if (fdp->fd_type == FRD_DSTLIST)
7515 if (fdp->fd_type == FRD_DSTLIST) {
H A Dip_fil.h515 fr_dtypes_t fd_type; member