Home
last modified time | relevance | path

Searched defs:subnet (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/dhcp/dist/common/
H A Dinet.c69 struct iaddr ip_addr (subnet, mask, host_address) in ip_addr() argument
118 struct iaddr broadcast_addr (subnet, mask) in broadcast_addr() argument
H A Dcomapi.c662 struct subnet *subnet; in dhcp_subnet_destroy() local
H A Ddiscover.c933 struct subnet *subnet; local
/minix3/external/bsd/dhcp/dist/server/
H A Dconfpars.c2544 struct subnet *subnet) { in common_subnet_parsing()
2619 struct subnet *subnet; local
3621 struct subnet *subnet; local
3772 add_ipv6_pool_to_subnet(struct subnet *subnet, u_int16_t type, in add_ipv6_pool_to_subnet()
H A Dmdb.c759 void new_address_range (cfile, low, high, subnet, pool, lpchain) in new_address_range() argument
923 subnet_inner_than(const struct subnet *subnet, in subnet_inner_than()
951 void enter_subnet (subnet) in enter_subnet() argument
H A Ddhcp.c410 struct subnet *subnet; local
981 struct subnet *subnet = NULL; local
4626 struct subnet *subnet = (struct subnet *)0; local
H A Ddhcpv6.c52 struct subnet *subnet; /* Used to match fixed-addrs to subnet scopes. */ member
2080 struct subnet *subnet; in reply_process_addr() local
2783 struct subnet *subnet; in temporary_is_available() local
4729 struct subnet *subnet; in shared_network_from_packet6() local
4819 struct subnet *subnet; in dhcpv6_confirm() local
6536 struct subnet *subnet; in fixed_matches_shared() local
H A Ddhcpd.c1202 struct subnet *subnet; in dhcpd_interface_setup_hook() local
H A Ddhcpleasequery.c149 struct subnet *subnet; in dhcpleasequery() local
/minix3/external/bsd/dhcp/dist/includes/
H A Ddhcpd.h518 struct subnet *subnet; member
855 struct subnet *subnet; member
949 struct subnet { struct
951 struct subnet *next_subnet; argument
952 struct subnet *next_sibling; argument
953 struct shared_network *shared_network;
954 struct interface_info *interface;
955 struct iaddr interface_address;
956 struct iaddr net;
957 struct iaddr netmask;
[all …]
/minix3/external/bsd/dhcp/dist/client/
H A Ddhclient.c3357 struct iaddr netmask, subnet, broadcast; local