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

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba-common.dhcp20 echo -n > /etc/samba/dhcp.conf
30 echo " wins server =$serverlist" > /etc/samba/dhcp.conf
H A Dsamba-common.postinst54 db_get samba-common/dhcp && DHCPVAL="$RET"
55 db_fget samba-common/dhcp applied || true
57 ! grep -q dhcp.conf /etc/samba/smb.conf
64 include = /etc/samba/dhcp.conf
67 elif [ "$RET" != true ] && grep -q dhcp.conf /etc/samba/smb.conf
75 db_fset samba-common/dhcp applied true
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba-common.dhcp20 echo -n > /etc/samba/dhcp.conf
30 echo " wins server =$serverlist" > /etc/samba/dhcp.conf
H A Dsamba-common.postinst54 db_get samba-common/dhcp && DHCPVAL="$RET"
55 db_fget samba-common/dhcp applied || true
57 ! grep -q dhcp.conf /etc/samba/smb.conf
64 include = /etc/samba/dhcp.conf
67 elif [ "$RET" != true ] && grep -q dhcp.conf /etc/samba/smb.conf
75 db_fset samba-common/dhcp applied true
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba-common.dhcp20 echo -n > /etc/samba/dhcp.conf
30 echo " wins server =$serverlist" > /etc/samba/dhcp.conf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Ddhcp.h54 struct dhcp { struct
78 struct dhcp dhcp; member in struct:dhcp_full
H A Ddhcp.c33 #include "dhcp.h"
40 get_dhcp_message_type (const struct dhcp *dhcp, const int optlen) argument
42 const uint8_t *p = (uint8_t *) (dhcp + 1);
75 do_extract (struct dhcp *dhcp, int optlen) argument
77 uint8_t *p = (uint8_t *) (dhcp + 1);
176 const int optlen = BLEN (ipbuf) - (sizeof (struct openvpn_iphdr) + sizeof (struct openvpn_udphdr) + sizeof (struct dhcp));
182 && df->dhcp.op == BOOTREPLY)
184 const int message_type = get_dhcp_message_type (&df->dhcp, optle
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Ddhcp.h54 struct dhcp { struct
78 struct dhcp dhcp; member in struct:dhcp_full
H A Ddhcp.c33 #include "dhcp.h"
40 get_dhcp_message_type (const struct dhcp *dhcp, const int optlen) argument
42 const uint8_t *p = (uint8_t *) (dhcp + 1);
75 do_extract (struct dhcp *dhcp, int optlen) argument
77 uint8_t *p = (uint8_t *) (dhcp + 1);
176 const int optlen = BLEN (ipbuf) - (sizeof (struct openvpn_iphdr) + sizeof (struct openvpn_udphdr) + sizeof (struct dhcp));
182 && df->dhcp.op == BOOTREPLY)
184 const int message_type = get_dhcp_message_type (&df->dhcp, optle
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Ddhcp.h54 struct dhcp { struct
78 struct dhcp dhcp; member in struct:dhcp_full
H A Ddhcp.c33 #include "dhcp.h"
40 get_dhcp_message_type (const struct dhcp *dhcp, const int optlen) argument
42 const uint8_t *p = (uint8_t *) (dhcp + 1);
75 do_extract (struct dhcp *dhcp, int optlen) argument
77 uint8_t *p = (uint8_t *) (dhcp + 1);
176 const int optlen = BLEN (ipbuf) - (sizeof (struct openvpn_iphdr) + sizeof (struct openvpn_udphdr) + sizeof (struct dhcp));
182 && df->dhcp.op == BOOTREPLY)
184 const int message_type = get_dhcp_message_type (&df->dhcp, optle
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/examples/
H A Ddhcp-client-script297 # 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.255
349 ifconfig $interface:dhcp dow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/examples/
H A Ddhcp-client-script297 # 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.255
349 ifconfig $interface:dhcp dow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/examples/
H A Ddhcp-client-script297 # 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.255
349 ifconfig $interface:dhcp dow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/examples/
H A Ddhcp-client-script297 # 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.255
349 ifconfig $interface:dhcp dow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/examples/
H A Ddhcp-client-script297 # 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.255
349 ifconfig $interface:dhcp dow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/examples/
H A Ddhcp-client-script297 # 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.255
349 ifconfig $interface:dhcp dow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/bld/
H A DAndroid.mk6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c \
10 dhcp6.c rfc3315.c dhcp-common.c outpacket.c \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/bld/
H A DAndroid.mk6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c \
10 dhcp6.c rfc3315.c dhcp-common.c outpacket.c \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/bld/
H A DAndroid.mk6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c \
10 dhcp6.c rfc3315.c dhcp-common.c outpacket.c \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba-common.postinst54 db_get samba-common/dhcp && DHCPVAL="$RET"
55 db_fget samba-common/dhcp applied || true
57 ! grep -q dhcp.conf /etc/samba/smb.conf
64 include = /etc/samba/dhcp.conf
67 elif [ "$RET" != true ] && grep -q dhcp.conf /etc/samba/smb.conf
75 db_fset samba-common/dhcp applied true
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsamba-common.postinst54 db_get samba-common/dhcp && DHCPVAL="$RET"
55 db_fget samba-common/dhcp applied || true
57 ! grep -q dhcp.conf /etc/samba/smb.conf
64 include = /etc/samba/dhcp.conf
67 elif [ "$RET" != true ] && grep -q dhcp.conf /etc/samba/smb.conf
75 db_fset samba-common/dhcp applied true
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba-common.postinst54 db_get samba-common/dhcp && DHCPVAL="$RET"
55 db_fget samba-common/dhcp applied || true
57 ! grep -q dhcp.conf /etc/samba/smb.conf
64 include = /etc/samba/dhcp.conf
67 elif [ "$RET" != true ] && grep -q dhcp.conf /etc/samba/smb.conf
75 db_fset samba-common/dhcp applied true
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsamba-common.postinst54 db_get samba-common/dhcp && DHCPVAL="$RET"
55 db_fget samba-common/dhcp applied || true
57 ! grep -q dhcp.conf /etc/samba/smb.conf
64 include = /etc/samba/dhcp.conf
67 elif [ "$RET" != true ] && grep -q dhcp.conf /etc/samba/smb.conf
75 db_fset samba-common/dhcp applied true
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba-common.postinst54 db_get samba-common/dhcp && DHCPVAL="$RET"
55 db_fget samba-common/dhcp applied || true
57 ! grep -q dhcp.conf /etc/samba/smb.conf
64 include = /etc/samba/dhcp.conf
67 elif [ "$RET" != true ] && grep -q dhcp.conf /etc/samba/smb.conf
75 db_fset samba-common/dhcp applied true

Completed in 105 milliseconds

12345