MAC_SIZE(3C) MAC_SIZE(3C)
mac_size, msen_size, mint_size - get the size of a MAC, MSEN, or MINT
label
#include <sys/mac.h>
ssize_t mac_size (mac_t lp);
ssize_t msen_size (msen_t msenp);
ssize_t mint_size (mint_t mintp);
mac_size returns the size in bytes of the MAC label pointed to by the
input argument lp.
mac_size, msen_size, and mint_size return the size in bytes of the
specified label, or -1 if the specified label is NULL or is invalid.
label.
mac_valid(3C), msen_valid(3C), mint_valid(3C)
PPPPaaaaggggeeee 1111 [ Back ]
|