Home
last modified time | relevance | path

Searched refs:msgsize (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/lib/libresolv/
H A Dns_sign.c82 ns_sign(u_char *msg, int *msglen, int msgsize, int error, void *k, in ns_sign() argument
86 return(ns_sign2(msg, msglen, msgsize, error, k, in ns_sign()
92 ns_sign2(u_char *msg, int *msglen, int msgsize, int error, void *k, in ns_sign2() argument
110 eob = msg + msgsize; in ns_sign2()
275 ns_sign_tcp(u_char *msg, int *msglen, int msgsize, int error, in ns_sign_tcp() argument
278 return (ns_sign_tcp2(msg, msglen, msgsize, error, state, in ns_sign_tcp()
283 ns_sign_tcp2(u_char *msg, int *msglen, int msgsize, int error, in ns_sign_tcp2() argument
298 return (ns_sign2(msg, msglen, msgsize, error, state->key, in ns_sign_tcp2()
321 eob = msg + msgsize; in ns_sign_tcp2()
/netbsd-src/external/bsd/libbind/dist/nameser/
H A Dns_sign.c80 ns_sign(u_char *msg, int *msglen, int msgsize, int error, void *k, in ns_sign() argument
84 return(ns_sign2(msg, msglen, msgsize, error, k, in ns_sign()
90 ns_sign2(u_char *msg, int *msglen, int msgsize, int error, void *k, in ns_sign2() argument
108 eob = msg + msgsize; in ns_sign2()
272 ns_sign_tcp(u_char *msg, int *msglen, int msgsize, int error, in ns_sign_tcp() argument
275 return (ns_sign_tcp2(msg, msglen, msgsize, error, state, in ns_sign_tcp()
280 ns_sign_tcp2(u_char *msg, int *msglen, int msgsize, int error, in ns_sign_tcp2() argument
295 return (ns_sign2(msg, msglen, msgsize, error, state->key, in ns_sign_tcp2()
318 eob = msg + msgsize; in ns_sign_tcp2()
/netbsd-src/sys/dev/i2o/
H A Ddpti.c457 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; in dpti_passthrough() local
480 msgsize = (mh.msgflags >> 14) & ~3; in dpti_passthrough()
481 if (msgsize < sizeof(mh) || msgsize >= IOP_MAX_MSG_SIZE) { in dpti_passthrough()
508 rv = copyout(&iop->sc_status, (char *)data + msgsize, in dpti_passthrough()
516 if ((rv = copyin(data, mbtmp, msgsize)) != 0) { in dpti_passthrough()
525 if ((rv = copyin((char *)data + msgsize, &rh, sizeof(rh))) != 0) { in dpti_passthrough()
538 if ((rv = copyin((char *)data + msgsize, rbtmp, repsize)) != 0) { in dpti_passthrough()
551 if ((sgoff + 2) > (msgsize >> 2)) { in dpti_passthrough()
560 pmax = mbtmp + (msgsize >> 2) - 2; in dpti_passthrough()
708 if ((rv = copyout(rbtmp, (char *)data + msgsize, repsize)) != 0) { in dpti_passthrough()
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h291 size_t msgsize; /* allocated memory size */ member
H A Dsyslogd.c1255 buffer->msglen = buffer->msgsize = strlen(buffer->msg)+1; in copy_utf8_ascii()
1269 buffer->msglen = buffer->msgsize = 1 + p - start; in copy_utf8_ascii()
1491 buffer->msglen = buffer->msgsize = strlen(buffer->msg)+1; in printline_kernelprintf()
1539 buffer->msglen = buffer->msgsize = strlen(buffer->msg)+1; in printline()
1915 assert(buffer->msglen <= buffer->msgsize); in logmsg()
4583 newbuf->msgsize = len; in buf_msg_free()
4630 + qentry->msg->msgsize in message_queue_remove()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/xfer/
H A Dtests.sh540 -y "${DEFAULT_HMAC}:key1.:1234abcd8765" >dig.out.msgsize.test$n || status=1
542 bytes=$(wc -c <dig.out.msgsize.test$n)
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dtsig.cat351 msgsize the size of the buffer containing the DNS message on
64 msgsize the size of the buffer containing the DNS message on
/netbsd-src/sys/dev/hyperv/
H A Dif_hvn.c1930 size_t msgsize; in hvn_tx_ring_create() local
1950 msgsize = roundup(HVN_RNDIS_PKT_LEN, 128); in hvn_tx_ring_create()
1999 msgsize * HVN_TX_DESC, PAGE_SIZE, 0, 1); in hvn_tx_ring_create()
2020 pa = seg->ds_addr + (msgsize * i); in hvn_tx_ring_create()
2023 txd->txd_gpa.gpa_len = msgsize; in hvn_tx_ring_create()
2024 txd->txd_req = (void *)(txr->txr_msgs + (msgsize * i)); in hvn_tx_ring_create()