Searched refs:dhcp (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/libexec/rc/rc.d/
H A Dresolv42 # if the info is available via dhcp/kenv
47 if [ -n "`/bin/kenv dhcp.domain-name-servers 2> /dev/null`" ]; then
50 if [ -n "`/bin/kenv dhcp.domain-name 2> /dev/null`" ]; then
51 echo domain `/bin/kenv dhcp.domain-name`
54 set -- `/bin/kenv dhcp.domain-name-servers`
H A Dhostname55 -n "`/bin/kenv dhcp.host-name 2> /dev/null`" ]; then
56 hostname=`/bin/kenv dhcp.host-name`
66 if [ -z "`list_net_interfaces dhcp`" -a \
H A Ddefaultroute40 # Return without waiting if we don't have dhcp interfaces or
41 # if none of the dhcp interfaces is plugged in.
42 dhcp_interfaces=`list_net_interfaces dhcp`
/freebsd-12-stable/usr.sbin/bsdconfig/networking/
H A Ddevices105 dhcp=
113 $glob) dhcp=1 ;;
114 [Ss][Yy][Nn][Cc]$glob) dhcp=1 ;;
115 [Nn][Oo][Ss][Yy][Nn][Cc]$glob) dhcp=1 ;;
120 dhcp=
154 "$interface" "$_ipaddr" "$_netmask" "$_options" $dhcp
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dfils_hlp.c13 #include "common/dhcp.h"
40 struct dhcp_data *dhcp; local
55 dhcp = (struct dhcp_data *) pos;
56 pos = (u8 *) (dhcp + 1);
91 sta->hlp_dhcp_discover->used = pos - (u8 *) dhcp;
155 struct dhcp_data *dhcp; local
178 if ((size_t) res < sizeof(*dhcp))
180 dhcp = (struct dhcp_data *) buf;
181 if (dhcp->op != 2)
183 if (dhcp
329 const struct dhcp_data *dhcp; local
[all...]
/freebsd-12-stable/sbin/dhclient/tests/
H A Dfake.c61 dhcp(struct packet *packet) function
/freebsd-12-stable/sbin/dhclient/
H A DMakefile44 MAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhcp-options.5 \
H A Ddhcpd.h81 #include "dhcp.h"
418 void dhcp(struct packet *);
H A Doptions.c144 * dhcp servers always seem to give us garbage on the
866 warning("dhcp option too large");
895 dhcp(&tp);
H A Ddhclient.c969 dhcp(struct packet *packet) function
2602 warning("unknown dhcp option value 0x%x", option);
2798 warning("dhcp option too large");
/freebsd-12-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh83 _dhcp:*:65:65::0:0:dhcp programs:/var/empty:/usr/sbin/nologin
/freebsd-12-stable/stand/lua/
H A Dconfig.lua148 -- e.g. dhcp.host-name gets turned into dhcp%.host%-name to remove the special

Completed in 196 milliseconds