Searched refs:ifaces (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libpcap-48/libpcap/
H A Dsf-pcap-ng.c250 struct pcap_ng_if *ifaces; /* array of interface information */ member in struct:pcap_ng_sf
580 if (ps->ifaces == NULL) {
585 ps->ifaces = malloc(sizeof (struct pcap_ng_if));
592 ps->ifaces = realloc(ps->ifaces, ps->ifaces_size * sizeof (struct pcap_ng_if));
594 if (ps->ifaces == NULL) {
619 ps->ifaces[ps->ifcount - 1].tsresol = tsresol;
620 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset;
634 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
641 ps->ifaces[p
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntpd.c619 const char** ifaces = STACKLST_OPT( INTERFACE ); local
624 is_ip_address(*ifaces, &netaddr)
627 *ifaces, -1, ACTION_LISTEN);
628 ifaces++;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-cnfp.c69 u_int32_t ifaces; /* src,dst ifaces */ member in struct:nfrec
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c3587 int ifaces = 0;
3596 ifaces += 25;
3597 buf_size = ifaces * sizeof(ifreqs[0]);
3617 ifaces = ifconf.ifc_len / sizeof (ifreqs[0]);
3620 while (--ifaces >= 0)
3622 struct ifreq *ifq = &ifreqs[ifaces];
3574 int ifaces = 0; variable

Completed in 183 milliseconds