Searched refs:ifinfo (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Ddump.c80 extern struct ifinfo *iflist;
91 struct ifinfo *ifinfo; local
96 for (ifinfo = iflist; ifinfo; ifinfo = ifinfo->next) {
97 fprintf(fp, "Interface %s\n", ifinfo->ifname);
99 if (ifinfo->probeinterval) {
100 fprintf(fp, "%d\n", ifinfo
[all...]
H A Drtsold.c56 struct ifinfo *iflist;
97 static int make_packet __P((struct ifinfo *ifinfo));
286 struct ifinfo *ifi;
323 struct ifinfo *ifinfo; local
339 if ((ifinfo = malloc(sizeof(*ifinfo))) == NULL) {
344 memset(ifinfo, 0, sizeof(*ifinfo));
431 make_packet(struct ifinfo *ifinfo) argument
473 struct ifinfo *ifinfo; local
573 rtsol_timer_update(struct ifinfo *ifinfo) argument
[all...]
H A Drtsold.h34 struct ifinfo { struct
35 struct ifinfo *next; /* pointer to the next interface */
67 struct ifinfo *find_ifinfo __P((int ifindex));
68 void rtsol_timer_update __P((struct ifinfo *ifinfo));
75 extern int interface_status __P((struct ifinfo*));
84 extern void sendpacket __P((struct ifinfo *ifinfo));
H A Drtsock.c145 struct ifinfo *ifinfo; local
165 ifinfo = find_ifinfo(ifan->ifan_index);
166 if (ifinfo) {
172 ifinfo->state = IFS_DOWN;
H A Drtsol.c174 sendpacket(struct ifinfo *ifinfo) argument
181 sndmhdr.msg_iov[0].iov_base = (caddr_t)ifinfo->rs_data;
182 sndmhdr.msg_iov[0].iov_len = ifinfo->rs_datalen;
191 pi->ipi6_ifindex = ifinfo->sdl->sdl_index;
206 ifinfo->ifname, ifinfo->state);
210 if (i < 0 || i != ifinfo->rs_datalen) {
217 ifinfo->ifname, strerror(errno));
221 ifinfo
[all...]
H A Dif.c177 interface_status(struct ifinfo *ifinfo) argument
179 char *ifname = ifinfo->ifname;
200 if (!ifinfo->mediareqok)
216 ifinfo->mediareqok = 0;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorks.h59 NetworkInterfaceInfo ifinfo; // MUST be the first element in this structure. member in struct:NetworkInterfaceInfoVxWorks
H A DmDNSVxWorks.c365 n, inDstIP, mDNSVal16( inDstPort ), info ? info->ifinfo.ifname : "unicast", info ? info->scopeID : 0, info );
372 n, inDstIP, mDNSVal16( inDstPort ), info ? info->ifinfo.ifname : "unicast", info ? info->scopeID : 0, info );
386 __ROUTINE__, info ? info->ifinfo.ifname : "unicast", info ? info->scopeID : 0, inDstIP, mDNSVal16( inDstPort ),
610 if( i->ifinfo.InterfaceID && ( i->scopeID == inIndex ) ) return( i->ifinfo.InterfaceID );
627 // Don't use i->ifinfo.InterfaceID here, because we DO want to find inactive interfaces.
647 if( i->ifinfo.InterfaceID && ( strcmp( i->ifinfo.ifname, inName ) == 0 ) )
664 // Don't use i->ifinfo.InterfaceID here, because we DO want to find inactive interfaces.
669 outInfo->name = i->ifinfo
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c751 if (strncmp(info->ifinfo.ifname, "p2p", 3) == 0)
1059 if (i->ifinfo.ip.type == mDNSAddrType_IPv4 && i->ifinfo.ip.ip.v4.b[0] == 17)
1264 if (i->Exists && !strcmp(i->ifinfo.ifname, ifname) &&
1266 (type == AF_INET && i->ifinfo.ip.type == mDNSAddrType_IPv4) ||
1267 (type == AF_INET6 && i->ifinfo.ip.type == mDNSAddrType_IPv6))) return(i);
1356 return(ifi->ifinfo.InterfaceID);
1756 char *ifa_name = InterfaceID ? info->ifinfo.ifname : "unicast";
2097 while (intf && strcmp(intf->ifinfo.ifname, packetifname)) intf = intf->next;
2105 InterfaceID = intf->ifinfo
[all...]
H A Ddaemon.c314 LogMemCorruption("m->p->InterfaceList: %p is garbage (%p)", i, i->ifinfo.ifname);
855 if (ifx && ifx->ifinfo.ip.type == mDNSAddrType_IPv4)
861 s->sin_addr.s_addr = ifx->ifinfo.ip.ip.v4.NotAnInteger;
863 else if (ifx && ifx->ifinfo.ip.type == mDNSAddrType_IPv6)
870 sin6->sin6_addr = *(struct in6_addr*)&ifx->ifinfo.ip.ip.v6;
1743 i, i->ifinfo.InterfaceID, i->Registered,
1744 i->sa_family == AF_INET ? "v4" : i->sa_family == AF_INET6 ? "v6" : "??", i->ifinfo.ifname, i->scope_id, &i->ifinfo.MAC, &i->BSSID,
1745 &i->ifinfo.ip, utc - i->LastSeen);
1749 FindSPSInCache(&mDNSStorage, &i->ifinfo
[all...]
H A DmDNSMacOSX.h135 NetworkInterfaceInfo ifinfo; // MUST be the first element in this structure member in struct:NetworkInterfaceInfoOSX_struct
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2dvi225 # them. Unfortunately makeinfo --iftex --no-ifhtml --no-ifinfo
247 /^@ifinfo/,/^@end ifinfo/{
H A Dtexi2html141 # if set to "tex" (or, "info") expand @iftex and @tex (or, @ifinfo) sections
142 # else, neither expand @iftex, @tex, nor @ifinfo sections
2279 $to_skip{'ifinfo'} = 1;
2280 $to_skip{'end ifinfo'} = 1;
3137 if ($tag eq 'ifinfo')
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dip.d116 typedef struct ifinfo {
/macosx-10.9.5/network_cmds-433/ndp.tproj/
H A Dndp.c168 static void ifinfo(int, char **);
219 ifinfo(argc, argv);
1168 ifinfo(int argc, char **argv) function
/macosx-10.9.5/zsh-60/zsh/Doc/
H A DMakefile.in43 TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexinfo.el338 "ifhtml" "ifinfo" "ifnothtml" "ifnotinfo" "ifnotplaintext"
H A Dtexinfmt.el2262 ;;; @ifinfo, @iftex, @tex, @ifhtml, @html, @ifplaintext, @ifxml, @xml
2265 (put 'ifinfo 'texinfo-format 'texinfo-discard-line)
2266 (put 'ifinfo 'texinfo-end 'texinfo-discard-command)
2414 ;; @ifinfo
2416 ;; @end ifinfo
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtexinfo.vim292 syn region texinfoMltlnAtCmd matchgroup=texinfoAtCmd start="^@ifinfo" end="^@end ifinfo\s*$" contains=ALL
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex2587 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
2594 \def\ifinfo{\doignore{ifinfo}}
2635 % @c @end ifinfo
2636 % and the @end ifinfo will be properly ignored.
3919 % These are variants which are not "outer", so they can appear in @ifinfo.
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex2298 % Ignore @ifinfo, @ifhtml, @ifnottex, @html, @menu, and @direntry text.
2300 \def\ifinfo{\doignore{ifinfo}}
2334 % @c @end ifinfo
2335 % and the @end ifinfo will be properly ignored.
3555 % These are variants which are not "outer", so they can appear in @ifinfo.
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex2730 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
2738 \def\ifinfo{\doignore{ifinfo}}
2771 % #1 contains the string `ifinfo'.
2794 % If we're here, #1 ends with ^^M\ifinfo (for example).
4017 % These are variants which are not "outer", so they can appear in @ifinfo.
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex2416 % Ignore @ignore, @ifhtml, @ifinfo, @ifplaintext, @ifnottex, @html, @menu,
2421 \def\ifinfo{\doignore{ifinfo}}
2463 % @c @end ifinfo
2464 % and the @end ifinfo will be properly ignored.
3728 % These are variants which are not "outer", so they can appear in @ifinfo.
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex2342 % Ignore @ifinfo, @ifhtml, @ifnottex, @html, @menu, and @direntry text.
2344 \def\ifinfo{\doignore{ifinfo}}
2378 % @c @end ifinfo
2379 % and the @end ifinfo will be properly ignored.
3609 % These are variants which are not "outer", so they can appear in @ifinfo.
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Digmp.c251 SYSCTL_NODE(_net_inet_igmp, OID_AUTO, ifinfo, CTLFLAG_RD | CTLFLAG_LOCKED,

Completed in 294 milliseconds

12