Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/nca/
H A Dncalogd.h98 } nca_request_log_t; typedef
153 #define NCA_LOG_REC_SIZE(p) (sizeof (nca_request_log_t) + \
169 #define NCA_REQLOG_RDATA(p, name) ((char *)p + sizeof (nca_request_log_t) + \
179 bcopy(val, ((char *)p + sizeof (nca_request_log_t) \
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c576 nca_request_log_t *r; in b2clf_buf()
595 r = (nca_request_log_t *)(&(h[1])); in b2clf_buf()
664 r = (nca_request_log_t *)NCA_LOG_ALIGN(er); in b2clf_buf()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c48 nca_request_log_t *, char **, char **, uint32_t *);
651 nca_request_log_t *req; in nl7c_logd_log()
691 req = (nca_request_log_t *)wp; in nl7c_logd_log()
H A Dnl7chttp.c1907 nl7c_http_log(uri_desc_t *quri, uri_desc_t *suri, nca_request_log_t *req, in nl7c_http_log()