Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/traceroute6/
H A Dtraceroute6.c312 static struct opacket *outpacket; /* last output (udp) packet */ variable
531 outpacket = (struct opacket *)malloc((unsigned)datalen); in main()
532 if (!outpacket) in main()
534 memset(outpacket, 0, datalen); in main()
824 struct icmp6_hdr *icp = (struct icmp6_hdr *)outpacket; in send_probe()
831 memcpy(((u_int8_t *)outpacket + ICMP6ECHOLEN), &tv32, in send_probe()
834 struct opacket *op = outpacket; in send_probe()
841 i = sendto(sndsock, (char *)outpacket, datalen , 0, in send_probe()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c552 cons_options(struct packet *inpacket, struct dhcp_packet *outpacket, in cons_options()
856 memcpy(outpacket->file, &buffer[of1], DHCP_FILE_LEN); in cons_options()
859 memcpy(outpacket->sname, &buffer[of2], DHCP_SNAME_LEN); in cons_options()
877 memcpy(outpacket->options, buffer, index); in cons_options()
549 cons_options(struct packet * inpacket,struct dhcp_packet * outpacket,struct lease * lease,struct client_state * client_state,int mms,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,int overload_avail,int terminate,int bootpp,struct data_string * prl,const char * vuname) cons_options() argument
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c5035 unsigned cons_agent_information_options (cfg_options, outpacket, in cons_agent_information_options() argument
5038 struct dhcp_packet *outpacket;