Searched refs:dhcp (Results 1 – 6 of 6) sorted by relevance
1 Index: src/core/dhcp.c3 --- src/core/dhcp.c4 +++ src/core/dhcp.c6 dhcp->msg_out->giaddr.addr = 0;9 - dhcp->msg_out->chaddr[i] = (i < netif->hwaddr_len) ? netif->hwaddr[i] : 0/* pad byte*/;10 + dhcp->msg_out->chaddr[i] = (i < (netif->hwaddr_len > NETIF_MAX_HWADDR_LEN ? NETIF_MAX_HWADDR_L…13 dhcp->msg_out->sname[i] = 0;
73 + * dhcp.c: fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP285 Index: src/core/dhcp.c287 RCS file: /sources/lwip/lwip/src/core/dhcp.c,v291 --- src/core/dhcp.c 4 Mar 2008 14:25:58 -0000 1.86292 +++ src/core/dhcp.c 15 Apr 2008 17:24:55 -0000 1.87295 dhcp = netif->dhcp;312 struct dhcp *dhcp = netif->dhcp;
30 dhcp=${dhcp:-yes}32 dhcp=${dhcp:-no}35 if [ "$dhcp" != 'no' ]173 [ "$dhcp" != 'no' ] && dhcp_up176 [ "$dhcp" != 'no' ] && dhcp_down
73 first_file -x /etc/init.d/{dhcp3-server,dhcp,dhcpd}78 first_file -f /etc/sysconfig/dhcpd /etc/defaults/dhcp /etc/default/dhcp3-server
52 or you can also use a tftp path (dhcp will be automatically performed):56 or you can set it in option 150 of your dhcp server and leave extra and ramdisk57 empty (dhcp will be automatically performed)
531 u8 dhcp[16]; member
Completed in 18 milliseconds