Home
last modified time | relevance | path

Searched refs:pc_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.sbin/uefisign/
H A Dpe.c138 uint16_t pc_type; member
213 if (pc->pc_type != PE_CERTIFICATE_TYPE) { in show_certificate()
215 pc->pc_type, PE_CERTIFICATE_TYPE); in show_certificate()
545 pc->pc_type = PE_CERTIFICATE_TYPE; in update()
/freebsd-12.1/contrib/ipfilter/
H A Dpcap-ipf.h23 u_int pc_type; member
/freebsd-12.1/sys/dev/ubsec/
H A Dubsecreg.h141 volatile u_int16_t pc_type; /* context type, 0 */ member
H A Dubsec.c1440 ctxl->pc_type = htole16(UBS_PKTCTX_TYPE_IPSEC); in ubsec_process()