Home
last modified time | relevance | path

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

/trueos/sys/netipsec/
HDxform.h85 u_short xf_type; /* xform ID */ member
HDxform_ipip.c543 if (sav->tdb_xform->xf_type == XF_IP4) in ipip_output()
555 if (sav->tdb_xform->xf_type == XF_IP4) in ipip_output()
HDipsec_output.c495 sav->tdb_xform->xf_type == XF_IP4 || /* ditto */ in ipsec4_process_packet()
571 if (sav->tdb_xform->xf_type != XF_IP4) { in ipsec4_process_packet()
HDipsec.c1738 if (xsp->xf_type == xftype) in xform_init()
/trueos/usr.sbin/pstat/
HDpstat.c403 if ((size_t)fp->xf_type >= sizeof(dtypes) / sizeof(dtypes[0])) in filemode()
406 (void)printf(" %-6.6s", dtypes[fp->xf_type]); in filemode()
/trueos/sys/sys/
HDfile.h204 short xf_type; /* descriptor type */ member
/trueos/sys/kern/
HDkern_descrip.c3010 xf.xf_type = fp->f_type; in sysctl_kern_file()