/freebsd/stand/libofw/ |
H A D | ofw_net.c | 95 size_t sendlen; in ofwn_put() local 107 sendlen = len; in ofwn_put() 108 if (sendlen < 60) { in ofwn_put() 109 sendlen = 60; in ofwn_put() 111 printf("netif_put: length padded to %d\n", sendlen); in ofwn_put() 116 bcopy(pkt, dmabuf, sendlen); in ofwn_put()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_signd.c | 146 int fd, sendlen; in send_via_ntp_signd() local 220 sendlen = reply_len - offsetof(struct samba_key_out, pkt); in send_via_ntp_signd() 222 sendpkt(&rbufp->recv_srcadr, rbufp->dstadr, 0, xpkt, sendlen); in send_via_ntp_signd() 228 ntoa(&rbufp->recv_srcadr), xmode, xkeyid, sendlen); in send_via_ntp_signd()
|
H A D | ntp_proto.c | 4153 size_t sendlen, authlen; in peer_xmit() local 4185 sendlen = LEN_PKT_NOMAC; in peer_xmit() 4217 peer->t21_bytes = sendlen; in peer_xmit() 4220 &xpkt, sendlen); in peer_xmit() 4239 stoa(&peer->srcadr), peer->hmode, sendlen, in peer_xmit() 4462 sendlen += crypto_xmit(peer, &xpkt, NULL, in peer_xmit() 4463 sendlen, peer->cmmd, 0); in peer_xmit() 4474 sendlen += crypto_xmit(peer, &xpkt, in peer_xmit() 4475 NULL, sendlen, exten, 0); in peer_xmit() 4483 if (sendlen > (int)LEN_PKT_NOMAC) { in peer_xmit() [all …]
|
H A D | ntp_control.c | 1399 size_t sendlen; in ctl_flushpkt() 1413 sendlen = dlen + CTL_HEADER_LEN; in ctl_flushpkt() 1418 while (sendlen & 0x3) { in ctl_flushpkt() 1420 sendlen++; in ctl_flushpkt() 1442 (struct pkt *)&rpkt, sendlen); in ctl_flushpkt() 1450 totlen = sendlen; in ctl_flushpkt() 1468 (struct pkt *)&rpkt, sendlen); in ctl_flushpkt() 1400 size_t sendlen; ctl_flushpkt() local
|
/freebsd/stand/uboot/ |
H A D | net.c | 237 size_t sendlen; in net_put() local 251 sendlen = ETHER_MIN_LEN - ETHER_CRC_LEN; in net_put() 252 bzero(sc->sc_txbufp, sendlen); in net_put() 254 sendlen = len; in net_put() 258 rv = ub_dev_send(sc->sc_handle, sc->sc_txbufp, sendlen); in net_put()
|
/freebsd/sbin/ipf/ipfsync/ |
H A D | ipfsyncd.c | 517 int sendlen; local 524 sendlen = 0; 562 sendlen += len + sizeof(*sh); 563 sh = (synchdr_t *)(buf + sendlen); 564 bytes -= sendlen; 568 n3 = send(nfd, buf, sendlen, 0); 574 debug(3, "send on %d len %d = %d\n", nfd, sendlen, n3);
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.c | 843 uint32_t sendlen = htonl(dtio->cur_msg_len); in dtio_write_with_writev() local 846 iov[0].iov_base = ((uint8_t*)&sendlen)+dtio->cur_msg_len_done; in dtio_write_with_writev() 847 iov[0].iov_len = sizeof(sendlen)-dtio->cur_msg_len_done; in dtio_write_with_writev() 890 uint32_t sendlen; in dtio_write_more_of_len() local 900 sendlen = htonl(dtio->cur_msg_len); in dtio_write_more_of_len() 902 ((uint8_t*)&sendlen)+dtio->cur_msg_len_done, in dtio_write_more_of_len() 903 sizeof(sendlen)-dtio->cur_msg_len_done); in dtio_write_more_of_len()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 10448 size_t sendlen = msglen - offset; in test_pipelining() local 10450 if (sendlen > fragsize) in test_pipelining() 10451 sendlen = fragsize; in test_pipelining() 10452 if (!TEST_true(SSL_write_ex(peerb, msg + offset, sendlen, &written)) in test_pipelining() 10453 || !TEST_size_t_eq(written, sendlen)) in test_pipelining()
|
/freebsd/sys/netinet/ |
H A D | sctputil.c | 545 sctp_log_block(uint8_t from, struct sctp_association *asoc, ssize_t sendlen) in sctp_log_block() argument 556 sctp_clog.x.blk.sndlen = (uint32_t)sendlen; in sctp_log_block()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 1022 sendlen > LEN_PKT_NOMAC.
|