HomeSort by relevance Sort by last modified time
    Searched refs:dhcp (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/syslinux/core/lwip/src/core/
dhcp.c 42 * This is a DHCP client for the lwIP TCP/IP stack. It aims to conform
53 * In lwip/dhcp.h
61 * starts a DHCP client instance which configures the interface by
65 * to remove the DHCP client.
80 #include "lwip/dhcp.h"
107 * This might be moved into the struct dhcp (not necessarily since
122 @todo: move this into struct dhcp? */
126 @todo: move this into struct dhcp? */
129 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0)
130 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1
185 struct dhcp *dhcp = netif->dhcp; local
213 struct dhcp *dhcp = netif->dhcp; local
240 struct dhcp *dhcp = netif->dhcp; local
271 struct dhcp *dhcp = netif->dhcp; local
400 struct dhcp *dhcp = netif->dhcp; local
463 struct dhcp *dhcp = netif->dhcp; local
485 struct dhcp *dhcp = netif->dhcp; local
506 struct dhcp *dhcp = netif->dhcp; local
627 struct dhcp *dhcp; local
710 struct dhcp dhcp; local
764 struct dhcp *dhcp = netif->dhcp; local
830 struct dhcp *dhcp = netif->dhcp; local
870 struct dhcp *dhcp = netif->dhcp; local
926 struct dhcp *dhcp; local
1015 struct dhcp *dhcp = netif->dhcp; local
1078 struct dhcp *dhcp = netif->dhcp; local
1138 struct dhcp *dhcp = netif->dhcp; local
1180 struct dhcp *dhcp = netif->dhcp; local
1232 struct dhcp *dhcp; local
1520 struct dhcp *dhcp = netif->dhcp; local
    [all...]
  /external/syslinux/gpxe/
pxelinux.gpxe 3 dhcp net0
pxelinuxk.gpxe 3 dhcp net0
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 40 #include <gpxe/dhcp.h>
52 static int dhcp_tx ( struct dhcp_session *dhcp );
55 * DHCP operation types
57 * This table maps from DHCP message types (i.e. values of the @c
58 * DHCP_MESSAGE_TYPE option) to values of the "op" field within a DHCP
72 /** Raw option data for options common to all DHCP requests */
97 /** DHCP server address setting */
99 .name = "dhcp-server",
100 .description = "DHCP server address",
105 /** DHCP user class setting *
279 struct dhcp_session *dhcp = local
1249 struct dhcp_session *dhcp = local
1329 struct dhcp_session *dhcp = local
1354 struct dhcp_session *dhcp = local
1402 struct dhcp_session *dhcp; local
1503 struct dhcp_session *dhcp; local
    [all...]
  /external/syslinux/com32/lua/src/
dhcp.c 30 * dhcp.c
35 * the DHCP server for use in a Lua pxeboot script
46 * flags flags DHCP Flags field
56 * getoptions() returns a table of the DHCP Options field of the BOOTP
57 * message returned by the DHCP server for use in a Lua pxeboot script.
64 * raw binary number that was returned by the DHCP server and must be decoded
85 t = dhcp.gettable()
93 #include "dhcp.h"
131 dhcp_t* dhcp = 0; local
134 /* Append the DHCP info *
258 dhcp_t* dhcp = 0; local
    [all...]
dhcp.h 31 typedef struct dhcp { struct
38 uint16_t flags; /* DHCP Flags field */
  /external/ltp/testcases/network/dhcp/
dnsmasq_tests.sh 31 --dhcp-range=10.1.1.100,10.1.1.100,255.255.255.0,2m \
32 --dhcp-option=option:router --dhcp-option=option:dns-server
38 dnsmasq --dhcp-range=fd00::1,fd00::1 --test > /dev/null 2>&1 || \
42 --dhcp-range=fd00:1:1:2::100,fd00:1:1:2::100 --enable-ra \
43 --dhcp-option=option6:dns-server
58 common_opt="--no-hosts --no-resolv --dhcp-authoritative \
60 --dhcp-leasefile=$(pwd)/tst_dnsmasq.lease --conf-file= "
  /external/syslinux/gpxe/src/include/usr/
dhcpmgmt.h 6 * DHCP management
14 extern int dhcp ( struct net_device *netdev );
  /external/syslinux/core/fs/pxe/
dhcp_option.c 159 * Parse a sequence of DHCP options, pointed to by _option_;
160 * -- some DHCP servers leave option fields unterminated
191 dprintf("DHCP: option %d, len %d\n", opt_num, opt_len);
212 * Parse a DHCP packet. This includes dealing with "overloaded"
230 const struct bootp_t *dhcp = (const struct bootp_t *)pkt; local
236 if (ip_ok(dhcp->yip))
237 IPInfo.myip = dhcp->yip;
239 if (ip_ok(dhcp->sip))
240 IPInfo.serverip = dhcp->sip;
242 opt_len = (char *)dhcp + pkt_len - (char *)&dhcp->options
    [all...]
  /external/iproute2/etc/iproute2/
rt_protos 17 16 dhcp
  /external/iproute2/examples/
dhcp-client-script 233 # BEWARE: this feature of DHCP is obsolete, because does not
297 # The script mangles it, only if it has dhcp magic signature.
309 echo $idstring > /etc/resolv.conf.dhcp
311 echo search $new_domain_name >> /etc/resolv.conf.dhcp
313 echo options ndots:1 >> /etc/resolv.conf.dhcp
317 echo nameserver $nameserver >> /etc/resolv.conf.dhcp
320 echo nameserver 127.0.0.1 >> /etc/resolv.conf.dhcp
332 mv /etc/resolv.conf.dhcp /etc/resolv.conf
345 ifconfig $interface:dhcp down
348 ifconfig $interface:dhcp 10.10.10.10 netmask 255.255.255.25
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
keepsan.c 4 #include <gpxe/dhcp.h>
  /external/dhcpcd-6.8.2/
dhcp.c 2 * dhcpcd - DHCP client daemon
56 #include "dhcp.h"
58 #include "dhcp-common.h"
116 struct dhcp_message dhcp; member in struct:udp_dhcp_packet
150 #define get_option_raw(ctx, dhcp, opt) get_option(ctx, dhcp, opt, NULL)
153 const struct dhcp_message *dhcp, unsigned int opt, size_t *len)
155 const uint8_t *p = dhcp->options;
156 const uint8_t *e = p + sizeof(dhcp->options);
165 if (dhcp->cookie != htonl(MAGIC_COOKIE))
716 struct dhcp_message *dhcp; local
1130 struct dhcp_message *dhcp; local
1645 struct dhcp_message *dhcp; local
2241 struct dhcp_message *dhcp; local
2829 struct dhcp_message *dhcp = *dhcpp; local
3251 struct dhcp_message *dhcp = NULL; local
    [all...]
ipv4ll.c 2 * dhcpcd - DHCP client daemon
38 #include "dhcp.h"
48 struct dhcp_message *dhcp; local
51 dhcp = calloc(1, sizeof(*dhcp));
52 if (dhcp == NULL)
55 dhcp->yiaddr = addr;
56 p = dhcp->options;
69 return dhcp;
117 /* A DHCP lease could have already been offered
    [all...]
  /external/autotest/client/cros/cellular/
labconfig_write_stanzas 6 DOCS="""Print DHCP and /etc/hosts stanzas for hosts in a specified cell."""
33 self.dhcp = io.StringIO()
41 self.dhcp.write((u'host %(name)s {\n' +
58 print f.dhcp.getvalue()
  /external/wpa_supplicant_8/src/ap/
fils_hlp.c 13 #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;
136 wpa_printf(MSG_ERROR, "FILS: DHCP sendto failed: %s",
141 "FILS: Acting as DHCP rapid commit proxy for %s:%d",
155 struct dhcp_data *dhcp; local
171 wpa_printf(MSG_DEBUG, "FILS: DHCP read failed: %s",
175 wpa_printf(MSG_DEBUG, "FILS: DHCP response from server %s:%d (len=%d)"
324 const struct dhcp_data *dhcp; local
    [all...]
  /external/dhcpcd-6.8.2/dbus/
dhcpcd-dbus.conf 4 <!-- Both root and dhcp can own the dhcpcd service -->
10 <policy user="dhcp">
  /external/dnsmasq/src/
Android.mk 6 LOCAL_SRC_FILES := bpf.c cache.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
  /external/syslinux/gpxe/src/usr/
dhcpmgmt.c 25 #include <gpxe/dhcp.h>
35 * DHCP management
39 int dhcp ( struct net_device *netdev ) { function
53 /* Perform DHCP */
55 printf ( "DHCP (%s ", netdev->name );
  /external/syslinux/core/lwip/src/include/lwip/
dhcp.h 29 struct dhcp struct
33 /** our connection to the DHCP server */
37 /** current DHCP state machine state */
52 ip_addr_t server_ip_addr; /* dhcp server address that offered this lease */
73 /** minimum set of fields of any DHCP message */
98 /** set this to be sufficient for your options in outgoing DHCP msgs */
108 void dhcp_set_struct(struct netif *netif, struct dhcp *dhcp);
109 /** Remove a struct dhcp previously set to the netif using dhcp_set_struct() */
110 #define dhcp_remove_struct(netif) do { (netif)->dhcp = NULL; } while(0
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pxeparent/
pxeparent_dhcp.c 22 #include <gpxe/dhcp.h>
30 * Present cached DHCP packet if it exists
50 /* Obtain cached DHCP packet */
65 /* Present cached DHCP packet */
  /external/syslinux/gpxe/src/include/gpxe/
dhcppkt.h 6 * DHCP packets
12 #include <gpxe/dhcp.h>
17 * A DHCP packet
23 /** The DHCP packet contents */
25 /** Maximum length of the DHCP packet buffer */
27 /** Used length of the DHCP packet buffer */
29 /** DHCP options */
36 * Increment reference count on DHCP packet
38 * @v dhcppkt DHCP packet
39 * @ret dhcppkt DHCP packe
    [all...]
  /external/syslinux/gpxe/src/net/
cachedhcp.c 24 #include <gpxe/dhcp.h>
32 * Cached DHCP packet handling
39 * @v data User pointer to cached DHCP packet data
40 * @v len Length of cached DHCP packet data
52 /* Create DHCP packet */
57 /* Fill in data for DHCP packet */
65 * with a network device when "dhcp netX" is performed for that
70 DBG ( "DHCP could not register cached settings: %s\n",
75 DBG ( "DHCP registered cached settings\n" );
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpDeclinePacket.java 17 package android.net.dhcp;
23 * This class implements the DHCP-DECLINE packet.
DhcpDiscoverPacket.java 17 package android.net.dhcp;
23 * This class implements the DHCP-DISCOVER packet.

Completed in 1843 milliseconds

1 2 3 4