Searched defs:nca_request_log_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncalogd.h98 } nca_request_log_t; typedef in typeref:struct:__anon4799
153 #define NCA_LOG_REC_SIZE(p) (sizeof (nca_request_log_t) + \
167 * nca_request_log_t structure.
169 #define NCA_REQLOG_RDATA(p, name) ((char *)p + sizeof (nca_request_log_t) + \
172 /* write data as offsets at end of nca_request_log_t buf */
179 bcopy(val, ((char *)p + sizeof (nca_request_log_t) \

Completed in 537 milliseconds