Searched refs:WPACKET_SUB (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
H A Dpacket.c186 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose)
227 WPACKET_SUB *sub;
274 WPACKET_SUB *sub;
324 WPACKET_SUB *sub;
331 /* Find the WPACKET_SUB for the top level */
417 WPACKET_SUB *sub, *parent;
H A Dpacket_local.h598 typedef struct wpacket_sub WPACKET_SUB; typedef in typeref:struct:wpacket_sub
600 /* The parent WPACKET_SUB if we have one or NULL otherwise */
601 WPACKET_SUB *parent;
640 WPACKET_SUB *subs;

Completed in 109 milliseconds