Searched refs:msgsize (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_sign.c65 *\li msgsize length of buffer containing message
80 ns_sign(u_char *msg, int *msglen, int msgsize, int error, void *k, argument
84 return(ns_sign2(msg, msglen, msgsize, error, k,
90 ns_sign2(u_char *msg, int *msglen, int msgsize, int error, void *k, argument
108 eob = msg + msgsize;
272 ns_sign_tcp(u_char *msg, int *msglen, int msgsize, int error, argument
275 return (ns_sign_tcp2(msg, msglen, msgsize, error, state,
280 ns_sign_tcp2(u_char *msg, int *msglen, int msgsize, int error, argument
295 return (ns_sign2(msg, msglen, msgsize, error, state->key,
318 eob = msg + msgsize;
[all...]
/netbsd-current/lib/libresolv/
H A Dns_sign.c67 *\li msgsize length of buffer containing message
82 ns_sign(u_char *msg, int *msglen, int msgsize, int error, void *k, argument
86 return(ns_sign2(msg, msglen, msgsize, error, k,
92 ns_sign2(u_char *msg, int *msglen, int msgsize, int error, void *k, argument
110 eob = msg + msgsize;
275 ns_sign_tcp(u_char *msg, int *msglen, int msgsize, int error, argument
278 return (ns_sign_tcp2(msg, msglen, msgsize, error, state,
283 ns_sign_tcp2(u_char *msg, int *msglen, int msgsize, int error, argument
298 return (ns_sign2(msg, msglen, msgsize, error, state->key,
321 eob = msg + msgsize;
[all...]
/netbsd-current/sys/dev/i2o/
H A Ddpti.c457 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; local
480 msgsize = (mh.msgflags >> 14) & ~3;
481 if (msgsize < sizeof(mh) || msgsize >= IOP_MAX_MSG_SIZE) {
508 rv = copyout(&iop->sc_status, (char *)data + msgsize,
516 if ((rv = copyin(data, mbtmp, msgsize)) != 0) {
525 if ((rv = copyin((char *)data + msgsize, &rh, sizeof(rh))) != 0) {
538 if ((rv = copyin((char *)data + msgsize, rbtmp, repsize)) != 0) {
551 if ((sgoff + 2) > (msgsize >> 2)) {
560 pmax = mbtmp + (msgsize >>
[all...]
/netbsd-current/usr.sbin/syslogd/
H A Dsyslogd.h291 size_t msgsize; /* allocated memory size */ member in struct:buf_msg
H A Dsyslogd.c1223 buffer->msglen = buffer->msgsize = strlen(buffer->msg)+1;
1237 buffer->msglen = buffer->msgsize = 1 + p - start;
1459 buffer->msglen = buffer->msgsize = strlen(buffer->msg)+1;
1507 buffer->msglen = buffer->msgsize = strlen(buffer->msg)+1;
1883 assert(buffer->msglen <= buffer->msgsize);
4551 newbuf->msgsize = len;
4598 + qentry->msg->msgsize
/netbsd-current/external/mpl/bind/dist/bin/tests/system/xfer/
H A Dtests.sh481 -y key1.:1234abcd8765 >dig.out.msgsize.test$n || status=1
483 bytes=$(wc -c <dig.out.msgsize.test$n)
/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c1930 size_t msgsize; local
1950 msgsize = roundup(HVN_RNDIS_PKT_LEN, 128);
1999 msgsize * HVN_TX_DESC, PAGE_SIZE, 0, 1);
2020 pa = seg->ds_addr + (msgsize * i);
2023 txd->txd_gpa.gpa_len = msgsize;
2024 txd->txd_req = (void *)(txr->txr_msgs + (msgsize * i));

Completed in 224 milliseconds