HomeSort by: relevance | last modified time | path
    Searched defs:get_option (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/tests/DHCPv6/
dhcp_client.pm 269 sub get_option { subroutine
  /src/usr.bin/rump_dhcpclient/
dhcp.c 208 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
210 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
424 p = get_option(dhcp, DHO_CSR, &len, NULL);
427 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
437 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
456 p = get_option(dhcp, DHO_ROUTER, &len, NULL);
  /src/external/mpl/dhcp/dist/common/
options.c 2290 int get_option (result, universe, packet, lease, client_state, function
  /src/external/bsd/dhcpcd/dist/src/
dhcp.c 157 get_option(struct dhcpcd_ctx *ctx, const struct bootp *bootp, size_t bootp_len, function
278 p = get_option(ctx, bootp, bootp_len, option, &len);
293 p = get_option(ctx, bootp, bootp_len, option, &len);
310 p = get_option(ctx, bootp, bootp_len, option, &len);
326 p = get_option(ctx, bootp, bootp_len, option, &len);
503 p = get_option(ctx, bootp, bootp_len, option, &len);
571 p = get_option(ifp->ctx, bootp, bootp_len, DHO_CSR, &len);
576 p = get_option(ifp->ctx, bootp, bootp_len, DHO_MSCSR, &len);
596 p = get_option(ifp->ctx, bootp, bootp_len, DHO_STATICROUTE,
637 p = get_option(ifp->ctx, bootp, bootp_len, DHO_ROUTER, &len)
    [all...]

Completed in 28 milliseconds