HomeSort by: relevance | last modified time | path
    Searched refs:DHCPOFFER (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 111 #define DHCPOFFER 2
bootp.c 175 expected_dhcpmsgtype = DHCPOFFER;
  /src/external/mpl/dhcp/dist/includes/
dhcp.h 171 #define DHCPOFFER 2
  /src/external/bsd/wpa/dist/src/common/
dhcp.h 214 DHCPOFFER = 2,
  /src/sys/nfs/
nfs_bootdhcp.c 200 #define DHCPOFFER 2
633 bpc.expected_dhcpmsgtype = DHCPOFFER;
  /src/external/bsd/tcpdump/dist/
print-bootp.c 227 #define DHCPOFFER 2
564 { DHCPOFFER, "Offer" },
  /src/external/bsd/wpa/dist/src/ap/
fils_hlp.c 37 struct dhcp_data *dhcpoffer, u8 *dhcpofferend)
93 /* Copy Server ID option from DHCPOFFER to DHCPREQUEST */
94 pos = (u8 *) (dhcpoffer + 1);
125 wpabuf_put_data(sta->hlp_dhcp_discover, &dhcpoffer->your_ip, 4);
240 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPOFFER &&
  /src/external/mpl/dhcp/dist/server/
dhcp.c 80 "DHCPOFFER",
281 case DHCPOFFER:
450 ack_lease (packet, lease, DHCPOFFER, when, msgbuf, ms_nulltp,
2242 if (lease->ends <= cur_time && offer != DHCPOFFER) {
2397 if (offer == DHCPOFFER &&
2604 if (offer == DHCPOFFER &&
3215 * 'lease'. If this is a DHCPOFFER, it is a 'soft' promise,
3575 /* If this is a DHCPOFFER, send a ping (if appropriate) to the
3577 if ((offer == DHCPOFFER) &&
4013 ? "DHCPACK" : "DHCPOFFER")
    [all...]
  /src/external/mpl/dhcp/dist/common/
options.c 88 (op -> data.data [0] != DHCPOFFER &&
  /src/external/mpl/dhcp/dist/client/
dhclient.c 1235 * offered_leases: leases corresponding to DHCPOFFER messages that have
1325 /* check_v6only is called by dhcpoffer and dhcpack. It checks if a
1425 * state_selecting is called when one or more DHCPOFFER packets have been
1446 * We have received one or more DHCPOFFER packets. Currently,
1922 dhcpoffer (packet);
1936 case DHCPOFFER:
1937 handler = dhcpoffer;
1938 type = "DHCPOFFER";
2213 void dhcpoffer (packet) function
2223 const char *name = packet -> packet_type ? "DHCPOFFER" : "BOOTREPLY"
    [all...]

Completed in 80 milliseconds