Searched refs:iflist (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/etc/rc.d/
H A Dbridge65 if [ -z "$iflist" ]; then
67 iflist="`list_net_interfaces`"
71 for i in $iflist; do
90 iflist=$2
/freebsd-10-stable/contrib/smbfs/lib/smb/
H A Dnb_net.c103 nb_enum_if(struct nb_ifdesc **iflist, int maxif) argument
112 *iflist = NULL;
129 /* XXX should free stuff already in *iflist */
137 ifd->id_next = *iflist;
138 *iflist = ifd;
/freebsd-10-stable/usr.sbin/rarpd/
H A Drarpd.c93 static struct if_info *iflist; variable in typeref:struct:if_info
249 for (ii = iflist; ii != NULL; ii = ii->ii_next)
268 ii->ii_next = iflist;
269 iflist = ii;
285 ii2->ii_next = iflist;
286 iflist = ii2;
346 for (ii = iflist; ii != NULL; ii = nii) {
351 iflist = nii;
364 for (ii = iflist; ii != NULL; ii = ii->ii_next)
508 * interfaces in 'iflist'
[all...]
/freebsd-10-stable/etc/
H A Drc.initdiskless239 iflist=`ifconfig -l`
240 for i in ${iflist} ; do
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c552 char *ifname = NULL, **iflist = NULL; local
580 iflist = ifdata;
581 ifflist = (uint16_t *)(((char *)iflist) + NLMSG_ALIGN(sizeof(char *[max_ifindex+1])));
680 if (iflist[nlm_index] == NULL)
681 iflist[nlm_index] = ifa->ifa_name;
734 if (iflist[nlm_index] == NULL)
735 iflist[nlm_index] = ifname;
824 ifa->ifa_name = iflist[nlm_index];
/freebsd-10-stable/contrib/ipfilter/iplang/
H A Diplang_y.y67 iface_t *iflist = NULL, **iftail = &iflist;
1456 sending.snd_if = iflist;
1466 for (ifp = iflist; ifp; ifp = ifp->if_next)
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3050 iflist( function
3123 iflist(fp, ifs, items, itemsize, res);
3141 iflist(fp, ifs, items, itemsize, res);

Completed in 145 milliseconds