Searched defs:offReply (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dbootp.c63 static void bootp_reply(PNATState pData, struct mbuf *m0, int offReply, uint16_t flags);
362 int offReply = 0; /* boot_reply will fill general options and add END before sending response */ local
365 offReply = dhcp_do_ack_offer(pData, m, bc, fDhcpRequest);
366 return offReply;
371 int offReply = 0; /* boot_reply will fill general options and add END before sending response */ local
374 offReply = dhcp_do_ack_offer(pData, m, bc, /* fDhcpRequest=*/ 0);
375 return offReply;
404 int offReply; local
488 offReply = dhcp_send_nack(pData, bp, bc, m);
489 return offReply;
571 int offReply; local
809 bootp_reply(PNATState pData, struct mbuf *m, int offReply, uint16_t flags) argument
[all...]

Completed in 110 milliseconds