Home
last modified time | relevance | path

Searched refs:cpto (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/net/
H A Dsctp_sys_calls.c106 char *cpto; in sctp_connectx() local
121 cpto = buf + sizeof(int); in sctp_connectx()
131 memcpy(cpto, at, sizeof(struct sockaddr_in)); in sctp_connectx()
132 cpto = ((caddr_t)cpto + sizeof(struct sockaddr_in)); in sctp_connectx()
142 in6_sin6_2_sin((struct sockaddr_in *)cpto, (struct sockaddr_in6 *)at); in sctp_connectx()
143 cpto = ((caddr_t)cpto + sizeof(struct sockaddr_in)); in sctp_connectx()
146 memcpy(cpto, at, sizeof(struct sockaddr_in6)); in sctp_connectx()
147 cpto = ((caddr_t)cpto + sizeof(struct sockaddr_in6)); in sctp_connectx()
/freebsd/usr.bin/msgs/
H A Dmsgs.c729 FILE *cpfrom, *cpto; in ask() local
782 if (fd == -1 || (cpto = fdopen(fd, "a")) == NULL) { in ask()
794 fwrite(inbuf, 1, n, cpto); in ask()
797 fclose(cpto); in ask()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18473 uint8_t *cpto; in rack_fast_rsm_output() local
18806 cpto = mtod(m, uint8_t *); in rack_fast_rsm_output()
18807 memcpy(cpto, rack->r_ctl.fsb.tcp_ip_hdr, rack->r_ctl.fsb.tcp_ip_hdr_len); in rack_fast_rsm_output()
18808 th = (struct tcphdr *)(cpto + ((uint8_t *)rack->r_ctl.fsb.th - rack->r_ctl.fsb.tcp_ip_hdr)); in rack_fast_rsm_output()
19060 uint8_t *cpto; in rack_fast_output() local
19356 cpto = mtod(m, uint8_t *); in rack_fast_output()
19357 memcpy(cpto, rack->r_ctl.fsb.tcp_ip_hdr, rack->r_ctl.fsb.tcp_ip_hdr_len); in rack_fast_output()
19358 th = (struct tcphdr *)(cpto + ((uint8_t *)rack->r_ctl.fsb.th - rack->r_ctl.fsb.tcp_ip_hdr)); in rack_fast_output()
21757 uint8_t *cpto; in rack_output() local
21759 cpto = mtod(m, uint8_t *); in rack_output()
[all …]