Home
last modified time | relevance | path

Searched refs:dhcp_bridge (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.h529 struct dhcp_bridge { struct
531 struct dhcp_bridge *alias, *next; argument
675 struct dhcp_bridge *bridges;
Doption.c1629 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt()
1646 struct dhcp_bridge *b = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt()
Dnetwork.c63 struct dhcp_bridge *bridge, *alias; in iface_check()