Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/dhclient/
H A Doptions.c477 memcpy(&outpacket->options[mainbufix], in cons_options()
481 outpacket->options[mainbufix++] = DHO_END; in cons_options()
485 outpacket->options[mainbufix++] = 1; in cons_options()
488 outpacket->options[mainbufix++] = 3; in cons_options()
490 outpacket->options[mainbufix++] = 1; in cons_options()
492 memcpy(&outpacket->options[mainbufix], in cons_options()
498 memcpy(outpacket->file, in cons_options()
506 memcpy(outpacket->file, in cons_options()
512 memcpy(outpacket->sname, in cons_options()
517 outpacket->file[mainbufix++] = (char)DHO_END; in cons_options()
[all …]
/freebsd-13.1/usr.sbin/traceroute6/
H A Dtraceroute6.c298 static char *outpacket; /* last output packet */ variable
702 outpacket = malloc(datalen); in main()
703 if (!outpacket) { in main()
707 (void) bzero((char *)outpacket, datalen); in main()
1108 icp = (struct icmp6_hdr *)outpacket; in send_probe()
1117 outudp = (struct udphdr *) outpacket; in send_probe()
1128 sctp = (struct sctphdr *)outpacket; in send_probe()
1191 sctp->checksum = sctp_crc32c(outpacket, datalen); in send_probe()
1194 tcp = (struct tcphdr *)outpacket; in send_probe()
1203 tcp->th_sum = tcp_chksum(&Src, &Dst, outpacket, datalen); in send_probe()
[all …]
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c872 char outpacket[16*2 +2]; in cvmx_debug_process_packet() local
877 cvmx_debug_int64_to_strhex(outpacket, context->cop0.perfval[counter]); in cvmx_debug_process_packet()
878 outpacket[16] = ','; in cvmx_debug_process_packet()
879 cvmx_debug_int64_to_strhex(&outpacket[17], c.s.event); in cvmx_debug_process_packet()
880 outpacket[33] = 0; in cvmx_debug_process_packet()
881 cvmx_debug_putpacket_noformat(outpacket); in cvmx_debug_process_packet()
/freebsd-13.1/sys/dev/adb/
H A Dadb_mouse.c496 int8_t outpacket[8]; in ams_read() local
567 memcpy(outpacket,sc->packet + in ams_read()
573 error = uiomove(outpacket,len,uio); in ams_read()