Home
last modified time | relevance | path

Searched refs:DHO_INTERFACE_MTU (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/dhclient/
H A Ddhcp.h123 #define DHO_INTERFACE_MTU 26 macro
H A Dtables.c365 DHO_INTERFACE_MTU,
H A Ddhclient.c868 opt = &ip->client->new->options[DHO_INTERFACE_MTU]; in bind_lease()
872 bool supersede = (ip->client->config->default_actions[DHO_INTERFACE_MTU] == in bind_lease()
876 mtu = getUShort(ip->client->config->defaults[DHO_INTERFACE_MTU].data); in bind_lease()
881 opt = &ip->client->active->options[DHO_INTERFACE_MTU]; in bind_lease()
2612 case DHO_INTERFACE_MTU: in check_option()
H A Dclparse.c106 [top_level_config.requested_option_count++] = DHO_INTERFACE_MTU; in read_client_conf()