Searched refs:ifconfig (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-9.3-release/release/picobsd/bridge/
H A Dcrunch.conf77 # ifconfig is needed if you want to configure interfaces.
78 progs ifconfig
183 libs_so -ljail # used by ifconfig
/freebsd-9.3-release/release/picobsd/qemu/
H A Dcrunch.conf77 # ifconfig is needed if you want to configure interfaces.
78 progs ifconfig
197 libs_so -ljail # used by ifconfig
/freebsd-9.3-release/etc/rc.d/
H A Djail413 # as we only care about the _mask if we call ifconfig.
519 add) ifconfig ${_iface} ${_type} ${_addr}${_mask} alias
522 ifconfig ${_iface} ${_type} ${_addr} -alias
H A Drouting119 ifconfig $i inet6 -defaultif
270 ifconfig ${ipv6_default_interface} inet6 defaultif
/freebsd-9.3-release/sbin/ifconfig/
H A Difconfig.c38 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
75 #include "ifconfig.h"
98 static int ifconfig(int argc, char *const *argv, int iscreate,
132 "usage: ifconfig %sinterface address_family [address [dest_address]]\n"
134 " ifconfig interface create\n"
135 " ifconfig -a %s[-d] [-m] [-u] [-v] [address_family]\n"
136 " ifconfig -l [-d] [-u] [address_family]\n"
137 " ifconfig %s[-d] [-m] [-u] [-v]\n",
255 ifconfig(argc, argv, 1, NULL);
268 ifconfig(arg
481 ifconfig(int argc, char *const *argv, int iscreate, const struct afswtch *uafp) function
[all...]
/freebsd-9.3-release/usr.sbin/rtsold/
H A Drtsold.c299 if (ifconfig(*argv)) {
398 ifconfig(char *ifname) function
531 rv = ifconfig(ifname);
533 /* reclaim it after ifconfig() in case ifname is pointer inside ifi */
/freebsd-9.3-release/rescue/rescue/
H A DMakefile93 fsirand gbde geom ifconfig init \
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf27 progs ifconfig init mknod modload modunload mount mount_isofs
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcopi.funcs106 /sbin/ifconfig lo 127.0.0.1
/freebsd-9.3-release/usr.sbin/route6d/
H A Droute6d.c231 void ifconfig(void);
424 ifconfig();
1528 ifconfig(void) function
1935 ifconfig();
/freebsd-9.3-release/contrib/tcsh/
H A Dcomplete.tcsh527 complete ifconfig 'p@1@`ifconfig -l`@' 'n/*/(range phase link netmask \
551 verbose)'/ 'n@-interface@`ifconfig -l`@'
552 complete netstat 'n@-I@`ifconfig -l`@'
636 complete nmap 'n@-e@`ifconfig -l`@' 'p/*/$hostnames/'

Completed in 150 milliseconds

1234