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

/freebsd-11-stable/etc/rc.d/
H A Dbridge66 if [ -z "$iflist" ]; then
68 iflist="`list_net_interfaces`"
72 for i in $iflist; do
91 iflist=$2
/freebsd-11-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-11-stable/usr.sbin/rarpd/
H A Drarpd.c95 static struct if_info *iflist; variable in typeref:struct:if_info
251 for (ii = iflist; ii != NULL; ii = ii->ii_next)
270 ii->ii_next = iflist;
271 iflist = ii;
287 ii2->ii_next = iflist;
288 iflist = ii2;
348 for (ii = iflist; ii != NULL; ii = nii) {
353 iflist = nii;
366 for (ii = iflist; ii != NULL; ii = ii->ii_next)
510 * interfaces in 'iflist'
[all...]
/freebsd-11-stable/etc/
H A Drc.initdiskless240 iflist=`ifconfig -l`
241 for i in ${iflist} ; do
/freebsd-11-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-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y56 iface_t *iflist = NULL, **iftail = &iflist;
1419 sending.snd_if = iflist;
1429 for (ifp = iflist; ifp; ifp = ifp->if_next)
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3068 iflist( function
3141 iflist(fp, ifs, items, itemsize, res);
3159 iflist(fp, ifs, items, itemsize, res);

Completed in 186 milliseconds