Searched refs:get_option_uint8 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.bin/rump_dhcpclient/ |
H A D | dhcp.h | 184 int get_option_uint8(uint8_t *, const struct dhcp_message *, uint8_t); 187 get_option_uint8(NULL, m, DHO_MESSAGETYPE) == -1)
|
H A D | main.c | 195 get_option_uint8(&type, dhcp, DHO_MESSAGETYPE); in get_offer() 220 get_option_uint8(&type, dhcp, DHO_MESSAGETYPE); in get_ack()
|
H A D | dhcp.c | 323 get_option_uint8(uint8_t *i, const struct dhcp_message *dhcp, uint8_t option) in get_option_uint8() function
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | dhcp.c | 331 get_option_uint8(struct dhcpcd_ctx *ctx, in get_option_uint8() function 1179 if (get_option_uint8(ifp->ctx, &type, &buf.bootp, bytes, in read_lease() 1282 if (get_option_uint8(ifp->ctx, &overl, bootp, bootp_len, in dhcp_env() 2923 if (get_option_uint8(ifp->ctx, &overl, bootp, bootp_len, in log_dhcp() 3060 if (get_option_uint8(ifp->ctx, &type, in dhcp_handledhcp() 3146 get_option_uint8(ifp->ctx, &tmp, in dhcp_handledhcp() 3195 get_option_uint8(ifp->ctx, &tmp, in dhcp_handledhcp() 3238 get_option_uint8(ifp->ctx, &tmp, bootp, bootp_len, in dhcp_handledhcp()
|