Searched refs:ifconfig (Results 26 - 33 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dver_linux81 ifconfig --version 2>&1 | grep tools | awk \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dmain.c79 int ifconfig(const char *iname, unsigned long cmd, struct sockaddr_at *sa);
145 if (ifconfig( iface->i_name, SIOCDIFADDR, &iface->i_addr)) {
148 if (!ifconfig(iface->i_name, SIOCATALKDIFADDR, &iface->i_addr))
1017 /* do this here so that we can use ifconfig */
1028 if (ifconfig(iface->i_name, SIOCDIFADDR, &iface->i_addr)) {
1031 ifconfig(iface->i_name, SIOCATALKDIFADDR, &iface->i_addr);
1322 if ( ifconfig( iface->i_name, SIOCSIFADDR, &iface->i_addr )) {
1327 if ( ifconfig( iface->i_name, SIOCGIFADDR, &iface->i_addr )) {
1364 if (ifconfig( iface->i_name, SIOCDIFADDR, &iface->i_addr )) {
1367 ifconfig( ifac
1425 int ifconfig( const char *iname, unsigned long cmd, struct sockaddr_at *sa) function
[all...]
H A Dmulticast.c327 if (ifconfig(name, SIOCADDMULTI, (struct sockaddr_at *)&sa))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dmain.c79 int ifconfig(const char *iname, unsigned long cmd, struct sockaddr_at *sa);
145 if (ifconfig( iface->i_name, SIOCDIFADDR, &iface->i_addr)) {
148 if (!ifconfig(iface->i_name, SIOCATALKDIFADDR, &iface->i_addr))
1017 /* do this here so that we can use ifconfig */
1028 if (ifconfig(iface->i_name, SIOCDIFADDR, &iface->i_addr)) {
1031 ifconfig(iface->i_name, SIOCATALKDIFADDR, &iface->i_addr);
1322 if ( ifconfig( iface->i_name, SIOCSIFADDR, &iface->i_addr )) {
1327 if ( ifconfig( iface->i_name, SIOCGIFADDR, &iface->i_addr )) {
1364 if (ifconfig( iface->i_name, SIOCDIFADDR, &iface->i_addr )) {
1367 ifconfig( ifac
1425 int ifconfig( const char *iname, unsigned long cmd, struct sockaddr_at *sa) function
[all...]
H A Dmulticast.c327 if (ifconfig(name, SIOCADDMULTI, (struct sockaddr_at *)&sa))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex28 ifconfig tunl1 10.0.0.1 pointopoint 193.233.7.65
39 ifconfig MY-TUNNEL 10.0.0.1
47 ifconfig tunl0 10.0.0.1
59 ifconfig tunl0 10.0.0.1 netmask 255.255.255.255
67 ifconfig tunl0 10.0.0.1 netmask 255.255.255.255
118 the command \verb|ifconfig| ... \verb|pointopoint A|.
208 of another devices. You should set a protocol address with \verb|ifconfig|
H A Dip-cref.tex455 shown by the \verb|ifconfig| utility and by the \verb|ip| utility
457 while \verb|ifconfig| shows the virtual state which was set with
458 \verb|ifconfig| itself.
606 Unlike \verb|ifconfig|, the \verb|ip| utility {\em does not\/} set any broadcast
3078 This is a simplistic script replacing one option of \verb|ifconfig|,
3085 I strongly recommend using it {\em instead\/} of \verb|ifconfig| both
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dapplets.h176 USE_IFCONFIG(APPLET(ifconfig, _BB_DIR_SBIN, _BB_SUID_NEVER))

Completed in 136 milliseconds

12