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

/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Dif.h34 extern struct if_msghdr **iflist;
H A Drtadvd.c220 /* get iflist block from kernel */
444 oldifflags = iflist[ifindex]->ifm_flags;
449 iflist[ifindex]->ifm_flags =
450 if_getflags(ifindex, iflist[ifindex]->ifm_flags);
491 iflist[ifindex]->ifm_flags =
492 if_getflags(ifindex, iflist[ifindex]->ifm_flags);
528 iflist[ifindex]->ifm_flags =
529 if_getflags(ifindex, iflist[ifindex]->ifm_flags);
532 iflist[ifindex]->ifm_flags = get_ifm_flags(next);
547 !(iflist[ifinde
[all...]
H A Dif.c60 struct if_msghdr **iflist; variable in typeref:struct:if_msghdr
487 syslog(LOG_ERR, "<%s> sysctl: iflist size get failed",
496 syslog(LOG_ERR, "<%s> sysctl: iflist get failed",
516 * Estimate least size of an iflist entry, to be obtained from kernel.
572 if (iflist)
573 free(iflist);
574 /* get iflist block from kernel */
578 parse_iflist(&iflist, ifblock, ifblock_size);
H A Ddump.c135 (iflist[rai->ifindex]->ifm_flags & IFF_UP) ? "UP" :
H A Drrenum.c270 (iflist[ifindex]->ifm_flags & IFF_UP) == 0)
300 /* get iflist block from kernel again, to get up-to-date information */
/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Ddump.c80 extern struct ifinfo *iflist;
96 for (ifinfo = iflist; ifinfo; ifinfo = ifinfo->next) {
H A Dif.c409 struct ifreq *iflist;
416 iflist = (struct ifreq *)malloc(maxif * BUFSIZ); /* XXX */
417 if (iflist == NULL) {
428 ifconf.ifc_req = iflist;
460 free(iflist);
465 free(iflist);
H A Drtsold.c56 struct ifinfo *iflist; variable in typeref:struct:ifinfo
293 for (ifi = iflist; ifi; ifi = ifi->next) {
379 if (iflist)
380 ifinfo->next = iflist;
381 iflist = ifinfo;
399 for (ifi = iflist; ifi; ifi = ifi->next) {
423 for (ifi = iflist; ifi; ifi = ifi->next)
480 for (ifinfo = iflist; ifinfo; ifinfo = ifinfo->next) {
/macosx-10.9.5/network_cmds-433/rarpd.tproj/
H A Drarpd.c103 struct if_info *iflist; variable in typeref:struct:if_info
223 p->ii_next = iflist;
224 iflist = p;
397 * interfaces in 'iflist'.
408 if (iflist == 0) {
412 if (ioctl(iflist->ii_fd, BIOCGBLEN, (caddr_t) & bufsize) < 0) {
426 for (ii = iflist; ii; ii = ii->ii_next) {
438 for (ii = iflist; ii; ii = ii->ii_next) {
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dnb_net.c389 nb_enum_if(struct nb_ifdesc **iflist, int maxif) argument
399 *iflist = NULL;
451 ifd->id_next = *iflist;
452 *iflist = ifd;
/macosx-10.9.5/Heimdal-323.92.1/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];
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dinterfaces.c392 ifl_free(interface_list_t * * iflist) argument
394 if (iflist != NULL && *iflist != NULL) {
396 interface_list_t * list_p = *iflist;
404 *iflist = NULL;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_bicmds.c1041 } *iflist, iflistStorage[5];
1109 iflist = DefInfoFunction;
1117 iflist = &iflistStorage[0];
1120 options, "option", 0, (int*)(&iflist[i]));
1132 switch (iflist[i]) {
1030 } *iflist, iflistStorage[5]; local
/macosx-10.9.5/eap8021x-180/EAPOLController.bproj/
H A Dcontroller.c1710 CFArrayRef iflist = NULL; local
1719 iflist = CFDictionaryGetValue(dict, kSCPropNetInterfaces);
1720 iflist = isA_CFArray(iflist);
1722 if (iflist != NULL) {
1723 CFRetain(iflist);
1726 iflist = CFArrayCreate(NULL, NULL, 0, &kCFTypeArrayCallBacks);
1730 return (iflist);
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c3069 iflist( function
3142 iflist(fp, ifs, items, itemsize, res);
3160 iflist(fp, ifs, items, itemsize, res);

Completed in 293 milliseconds