Home
last modified time | relevance | path

Searched refs:dhcp_packet (Results 1 – 15 of 15) sorted by relevance

/mirbsd/src/usr.sbin/dhcpd/
Ddhcpd.h156 struct dhcp_packet *raw;
412 struct dhcp_packet packet; /* Outgoing DHCP packet. */
539 int cons_options(struct packet *, struct dhcp_packet *, int,
544 void do_packet(struct interface_info *, struct dhcp_packet *, int,
677 struct dhcp_packet *new_dhcp_packet(char *);
713 ssize_t send_packet(struct interface_info *, struct dhcp_packet *, size_t,
727 struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *);
Ddhcp.h57 struct dhcp_packet { struct
Doptions.c203 cons_options(struct packet *inpacket, struct dhcp_packet *outpacket, in cons_options()
464 do_packet(struct interface_info *interface, struct dhcp_packet *packet, in do_packet()
Ddispatch.c58 struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *);
371 struct dhcp_packet packet; in got_one()
Dbpf.c229 send_packet(struct interface_info *interface, struct dhcp_packet *raw, in send_packet()
Dbootp.c52 struct dhcp_packet raw; in bootp()
Ddhcp.c499 struct dhcp_packet raw; in nak_lease()
1115 struct dhcp_packet raw; in dhcp_reply()
/mirbsd/src/usr.sbin/dhcrelay/
Ddhcpd.h156 struct dhcp_packet *, size_t, struct in_addr,
163 struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *);
Ddhcrelay.c45 void relay(struct interface_info *, struct dhcp_packet *, int,
193 relay(struct interface_info *ip, struct dhcp_packet *packet, int length, in relay()
315 struct dhcp_packet packet; in got_response()
Ddispatch.c56 struct dhcp_packet *, int, unsigned int,
248 struct dhcp_packet packet; in got_one()
Ddhcp.h57 struct dhcp_packet { struct
Dbpf.c224 struct dhcp_packet *raw, size_t len, struct in_addr from, in send_packet()
/mirbsd/src/sbin/dhclient/
Ddhcp.h55 struct dhcp_packet { struct
Ddhcpd.h173 struct dhcp_packet packet;
Doptions.c420 struct dhcp_packet *packet = &client->packet; in do_packet()