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

/osnet-11/usr/src/lib/libecp/common/
H A Decp_impl.c53 ecp_hdr_t *ecp_hdrp;
56 if (len < sizeof (ecp_hdr_t)) {
60 ecp_hdrp = (ecp_hdr_t *)buf;
121 ecp_hdr_t *ecpp;
127 if (len < sizeof (ecp_hdr_t)) {
132 ecpp = (ecp_hdr_t *)buf;
179 len -= sizeof (ecp_hdr_t);
278 return (sizeof (ecp_hdr_t));
288 ecp_hdr_t ecp_hdr;
289 ecp_hdr_t *ecp_hdr
[all...]
H A Decp_impl.h47 #define ECP_HEADER_SIZE sizeof (ecp_hdr_t)
59 } ecp_hdr_t; typedef in typeref:struct:ecp_hdr_s

Completed in 26 milliseconds