Home
last modified time | relevance | path

Searched refs:xf_type (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netipsec/
H A Dsubr_ipsec.c168 if (entry->xf_type == xsp->xf_type) { in xform_attach()
209 if (entry->xf_type == xftype) { in xform_init()
H A Dxform.h88 u_short xf_type; /* xform ID */ member
H A Dxform_tcp.c385 .xf_type = XF_TCPSIGNATURE,
H A Dxform_ipcomp.c744 .xf_type = XF_IPCOMP,
H A Dxform_esp.c1076 .xf_type = XF_ESP,
H A Dxform_ah.c1169 .xf_type = XF_AH,
/freebsd/usr.sbin/pstat/
H A Dpstat.c391 if ((size_t)fp->xf_type >= nitems(dtypes)) in filemode()
394 (void)printf(" %-6.6s", dtypes[fp->xf_type]); in filemode()
/freebsd/sys/sys/
H A Dfile.h236 short xf_type; /* descriptor type */ member
/freebsd/sys/kern/
H A Dkern_descrip.c4449 xf.xf_type = (uintptr_t)fp->f_type; in sysctl_kern_file()