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

  /src/external/bsd/dhcpcd/dist/src/
dhcp.c 157 get_option(struct dhcpcd_ctx *ctx, const struct bootp *bootp, size_t bootp_len,
165 if (bootp == NULL || bootp_len < DHCP_MIN_LEN) {
177 e = (const uint8_t *)bootp + bootp_len;
273 const struct bootp *bootp, size_t bootp_len, uint8_t option)
278 p = get_option(ctx, bootp, bootp_len, option, &len);
287 const struct bootp *bootp, size_t bootp_len, uint8_t option)
293 p = get_option(ctx, bootp, bootp_len, option, &len);
304 const struct bootp *bootp, size_t bootp_len, uint8_t option)
310 p = get_option(ctx, bootp, bootp_len, option, &len);
321 size_t bootp_len, uint8_t option
3043 size_t bootp_len; member in struct:dhcp_policy
    [all...]

Completed in 21 milliseconds