| /src/usr.sbin/ldpd/ |
| conffile.h | 58 SLIST_ENTRY(conf_interface) iflist; member in struct:conf_interface
|
| /src/usr.sbin/mopd/common/ |
| device.c | 39 struct if_info *iflist; /* Interface List */ variable in typeref:struct:if_info 114 p->next = iflist; 115 iflist = p; 173 p = iflist; 174 for (p = iflist; p; p = p->next) {
|
| /src/usr.sbin/npf/npftest/libnpftest/ |
| npf_test_subr.c | 153 const nvlist_t * const *iflist; local 164 iflist = nvlist_get_nvlist_array(dbg_dict, "interfaces", &nitems); 166 const nvlist_t *ifdict = iflist[i];
|
| /src/usr.sbin/rarpd/ |
| rarpd.c | 92 static struct if_info *iflist; variable in typeref:struct:if_info 196 for (h = iflist; h != NULL; h = h->ii_next) { 222 p->ii_next = iflist; 223 iflist = p; 432 * interfaces in 'iflist'. 443 if (iflist == 0) { 447 if (ioctl(iflist->ii_fd, BIOCGBLEN, (caddr_t) & bufsize) < 0) { 461 for (ii = iflist; ii; ii = ii->ii_next) { 473 for (ii = iflist; ii; ii = ii->ii_next) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getifaddrs.c | 554 char *ifname = NULL, **iflist = NULL; local 582 iflist = ifdata; 583 ifflist = (uint16_t *)(((char *)iflist) + NLMSG_ALIGN(sizeof(char *[max_ifindex+1]))); 682 if (iflist[nlm_index] == NULL) 683 iflist[nlm_index] = ifa->ifa_name; 736 if (iflist[nlm_index] == NULL) 737 iflist[nlm_index] = ifname; 826 ifa->ifa_name = iflist[nlm_index];
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc_ops.c | 3070 iflist( function 3143 iflist(fp, ifs, items, itemsize, res); 3161 iflist(fp, ifs, items, itemsize, res);
|
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 4403 struct element *iflist; local 4413 iflist = mapGet(ifconf, "interfaces"); 4414 if (iflist == NULL) { 4415 iflist = createList(); 4416 mapSet(ifconf, iflist, "interfaces"); 4419 for (i = 0; i < listSize(iflist); i++) { 4422 item = listGet(iflist, i); 4429 listPush(iflist, createString(name));
|