Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/dhclient/
HDdhcp.h123 #define DHO_INTERFACE_MTU 26 macro
HDtables.c365 DHO_INTERFACE_MTU,
HDdhclient.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()
2606 case DHO_INTERFACE_MTU: in check_option()
HDclparse.c106 [top_level_config.requested_option_count++] = DHO_INTERFACE_MTU; in read_client_conf()