Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dxform_ah.c82 #define HDRSIZE(sav) \ macro
164 rplen = HDRSIZE(sav); in ah_hdrsiz()
554 rplen = HDRSIZE(sav); in ah_input()
748 rplen = HDRSIZE(sav); in ah_input_cb()
866 rplen = HDRSIZE(sav); in ah_output()
/freebsd/lib/libtacplus/
H A Dtaclib_private.h47 #define HDRSIZE 12 /* Size of message header */ macro
H A Dtaclib.c552 if (read_timed(h, msg, HDRSIZE, &deadline) == -1) in recv_msg()
640 len = HDRSIZE + ntohl(msg->length); in send_msg()
/freebsd/sys/crypto/des/
H A Ddes_locl.h96 #define HDRSIZE 4 macro