Lines Matching refs:dhcp_context
23 struct dhcp_context* current;
88 struct dhcp_context* context; in dhcp_packet()
276 struct dhcp_context* context; in complete_context()
325 struct dhcp_context* address_available(struct dhcp_context* context, struct in_addr taddr, in address_available()
332 struct dhcp_context* tmp; in address_available()
349 struct dhcp_context* narrow_context(struct dhcp_context* context, struct in_addr taddr, in narrow_context()
359 struct dhcp_context* tmp; in narrow_context()
405 int address_allocate(struct dhcp_context* context, struct in_addr* addrp, unsigned char* hwaddr, in address_allocate()
412 struct dhcp_context *c, *d; in address_allocate()
497 static int is_addr_in_context(struct dhcp_context* context, struct dhcp_config* config) { in is_addr_in_context()
519 struct dhcp_config* find_config(struct dhcp_config* configs, struct dhcp_context* context, in find_config()