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/bsd/dhcpcd/dist/src/
dhcp.c 169 get_option(struct dhcpcd_ctx *ctx, function
292 p = get_option(ctx, bootp, bootp_len, option, &len);
307 p = get_option(ctx, bootp, bootp_len, option, &len);
324 p = get_option(ctx, bootp, bootp_len, option, &len);
340 p = get_option(ctx, bootp, bootp_len, option, &len);
518 p = get_option(ctx, bootp, bootp_len, option, &len);
577 p = get_option(ifp->ctx, bootp, bootp_len, DHO_CSR, &len);
582 p = get_option(ifp->ctx, bootp, bootp_len, DHO_MSCSR, &len);
603 p = get_option(ifp->ctx, bootp, bootp_len,
645 p = get_option(ifp->ctx, bootp, bootp_len, DHO_ROUTER, &len)
    [all...]
  /src/external/mpl/dhcp/dist/common/
options.c 2290 int get_option (result, universe, packet, lease, client_state, function

Completed in 31 milliseconds