Searched defs:dhcp (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Ddhcp.h67 struct dhcp struct
/barrelfish-master/include/lwip/lwip/
H A Dnetif.h124 struct dhcp *dhcp; member in struct:netif
H A Ddhcp.h25 struct dhcp { struct
/barrelfish-master/lib/lwip/src/core/
H A Ddhcp.c169 struct dhcp *dhcp = netif->dhcp; local
197 struct dhcp *dhcp = netif->dhcp; local
228 struct dhcp *dhcp = netif->dhcp; local
262 struct dhcp *dhcp = netif->dhcp; local
414 struct dhcp *dhcp = netif->dhcp; local
476 struct dhcp *dhcp = netif->dhcp; local
496 struct dhcp *dhcp = netif->dhcp; local
516 struct dhcp *dhcp = netif->dhcp; local
628 struct dhcp *dhcp; local
718 struct dhcp *dhcp, *old_dhcp = netif->dhcp; local
822 struct dhcp *dhcp = netif->dhcp; local
875 struct dhcp *dhcp = netif->dhcp; local
950 struct dhcp *dhcp; local
1057 struct dhcp *dhcp = netif->dhcp; local
1134 struct dhcp *dhcp = netif->dhcp; local
1209 struct dhcp *dhcp = netif->dhcp; local
1273 struct dhcp *dhcp = netif->dhcp; local
1312 dhcp_set_state(struct dhcp *dhcp, u8_t new_state) argument
1325 dhcp_option(struct dhcp *dhcp, u8_t option_type, u8_t option_len) argument
1338 dhcp_option_byte(struct dhcp *dhcp, u8_t value) argument
1345 dhcp_option_short(struct dhcp *dhcp, u16_t value) argument
1355 dhcp_option_long(struct dhcp *dhcp, u32_t value) argument
1380 dhcp_unfold_reply(struct dhcp *dhcp) argument
1439 dhcp_free_reply(struct dhcp *dhcp) argument
1461 struct dhcp *dhcp = netif->dhcp; local
1582 struct dhcp *dhcp; local
1675 struct dhcp *dhcp; local
1701 dhcp_option_trailer(struct dhcp *dhcp) argument
1732 dhcp_get_option_ptr(struct dhcp *dhcp, u8_t option_type) argument
[all...]
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Ddhcp.c267 struct dhcp *dhcp = netif_dhcp_data(netif); local
293 struct dhcp *dhcp = netif_dhcp_data(netif); local
322 struct dhcp *dhcp = netif_dhcp_data(netif); local
354 struct dhcp *dhcp = netif_dhcp_data(netif); local
416 struct dhcp *dhcp = netif_dhcp_data(netif); local
454 struct dhcp *dhcp = netif_dhcp_data(netif); local
485 struct dhcp *dhcp = netif_dhcp_data(netif); local
532 struct dhcp *dhcp = netif_dhcp_data(netif); local
560 struct dhcp *dhcp = netif_dhcp_data(netif); local
587 struct dhcp *dhcp = netif_dhcp_data(netif); local
676 dhcp_set_struct(struct netif *netif, struct dhcp *dhcp) argument
723 struct dhcp *dhcp; local
804 struct dhcp dhcp; local
846 struct dhcp *dhcp = netif_dhcp_data(netif); local
889 struct dhcp *dhcp; local
921 struct dhcp *dhcp = netif_dhcp_data(netif); local
963 struct dhcp *dhcp = netif_dhcp_data(netif); local
1020 struct dhcp *dhcp; local
1129 struct dhcp *dhcp = netif_dhcp_data(netif); local
1181 struct dhcp *dhcp = netif_dhcp_data(netif); local
1231 struct dhcp *dhcp = netif_dhcp_data(netif); local
1282 struct dhcp *dhcp = netif_dhcp_data(netif); local
1345 struct dhcp *dhcp; local
1375 dhcp_set_state(struct dhcp *dhcp, u8_t new_state) argument
1390 dhcp_option(struct dhcp *dhcp, u8_t option_type, u8_t option_len) argument
1401 dhcp_option_byte(struct dhcp *dhcp, u8_t value) argument
1408 dhcp_option_short(struct dhcp *dhcp, u16_t value) argument
1416 dhcp_option_long(struct dhcp *dhcp, u32_t value) argument
1427 dhcp_option_hostname(struct dhcp *dhcp, struct netif *netif) argument
1460 dhcp_parse_reply(struct dhcp *dhcp, struct pbuf *p) argument
1681 struct dhcp *dhcp = netif_dhcp_data(netif); local
1802 dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type) argument
1899 dhcp_delete_msg(struct dhcp *dhcp) argument
1920 dhcp_option_trailer(struct dhcp *dhcp) argument
1944 struct dhcp* dhcp = netif_dhcp_data(netif); local
[all...]

Completed in 41 milliseconds