OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_option_uint8
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
dhcp.h
185
int
get_option_uint8
(uint8_t *, const struct dhcp_message *, uint8_t);
188
get_option_uint8
(NULL, m, DHO_MESSAGETYPE) == -1)
dhcp.c
418
get_option_uint8
(uint8_t *i, const struct dhcp_message *dhcp, uint8_t option)
function
1390
get_option_uint8
(&overl, dhcp, DHO_OPTIONSOVERLOADED);
[
all
...]
dhcpcd.c
518
if (
get_option_uint8
(&type, dhcp, DHO_MESSAGETYPE) == -1)
547
get_option_uint8
(&tmp, dhcp, i) != 0)
[
all
...]
Completed in 86 milliseconds