Searched refs:iface (Results 51 - 75 of 99) sorted by relevance

1234

/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dmdns_module.c921 uint32_t iface; local
932 iface = nibble;
936 iface += (nibble << 4);
940 iface += (nibble << 8);
944 iface += (nibble << 12);
946 if (iface != 0)
957 if (out_ifnum) *out_ifnum = iface;
1050 uint32_t iface = 0; local
1051 char *qname = _mdns_ipv6_extract_scope_id(name, &iface);
1063 if ((iface !
[all...]
H A Dsi_module.h362 si_item_t *si_addrinfo_v4(si_mod_t *si, int32_t flags, int32_t sock, int32_t proto, uint16_t port, struct in_addr *addr, uint16_t iface, const char *cname);
363 si_item_t *si_addrinfo_v6(si_mod_t *si, int32_t flags, int32_t sock, int32_t proto, uint16_t port, struct in6_addr *addr, uint16_t iface, const char *cname);
364 si_item_t *si_addrinfo_v4_mapped(si_mod_t *si, int32_t flags, int32_t sock, int32_t proto, uint16_t port, struct in_addr *addr, uint16_t iface, const char *cname);
H A Dsi_getaddrinfo.c433 si_addrinfo_v4(si_mod_t *si, int32_t flags, int32_t sock, int32_t proto, uint16_t port, struct in_addr *addr, uint16_t iface, const char *cname) argument
451 v32 = iface;
458 si_addrinfo_v4_mapped(si_mod_t *si, int32_t flags, int32_t sock, int32_t proto, uint16_t port, struct in_addr *addr, uint16_t iface, const char *cname) argument
477 sa->sin6_scope_id = iface;
484 si_addrinfo_v6(si_mod_t *si, int32_t flags, int32_t sock, int32_t proto, uint16_t port, struct in6_addr *addr, uint16_t iface, const char *cname) argument
502 sa->sin6_scope_id = iface;
511 if (iface == 0) sa->sin6_scope_id = esid;
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_cfgable.c60 Curl_safefree(config->iface);
H A Dtool_getparam.c696 GetStr(&config->iface, nextarg);
/macosx-10.10/libresolv-57/
H A Dres_send.c1099 internal_recvfrom(int s, void *buf, size_t len, struct sockaddr *from, int *fromlen, int *iface) argument
1140 *iface = if_nametoindex(ifname);
1146 *iface = ip6_info->ipi6_ifindex;
1162 int iface, rif, status; local
1396 iface = 0;
1397 resplen = internal_recvfrom(s, (char *)ans, *anssiz, from, fromlen, &iface);
1405 if (nsap->sa_family == AF_INET) memcpy(((struct sockaddr_in *)from)->sin_zero, &iface, 4);
1406 else if (nsap->sa_family == AF_INET6) ((struct sockaddr_in6 *)from)->sin6_scope_id = iface;
H A Ddns_util.c1738 uint32_t offset, iface; local
1792 memcpy(&iface, (((struct sockaddr_in *)(r->server))->sin_zero), 4);
1793 if (iface > 0) fprintf(f, "%%%s", if_indextoname(iface, scratch));
1797 iface = ((struct sockaddr_in6 *)(r->server))->sin6_scope_id;
1798 if (iface > 0) fprintf(f, "%%%s", if_indextoname(iface, scratch));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DWebKitMediaSourceGStreamer.cpp486 GstURIHandlerInterface* iface = (GstURIHandlerInterface *) gIface; local
488 iface->get_type = webKitMediaSrcUriGetType;
489 iface->get_protocols = webKitMediaSrcGetProtocols;
490 iface->get_uri = webKitMediaSrcGetUri;
491 iface->set_uri = webKitMediaSrcSetUri;
H A DWebKitWebSourceGStreamer.cpp663 GstURIHandlerInterface* iface = (GstURIHandlerInterface *) gIface; local
665 iface->get_type = webKitWebSrcUriGetType;
666 iface->get_protocols = webKitWebSrcGetProtocols;
667 iface->get_uri = webKitWebSrcGetUri;
668 iface->set_uri = webKitWebSrcSetUri;
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.h130 int (*claim_interface)(struct libusb_device_handle *dev_handle, int iface);
131 int (*set_interface_altsetting)(struct libusb_device_handle *dev_handle, int iface, int altsetting);
132 int (*release_interface)(struct libusb_device_handle *dev_handle, int iface);
H A Dlinux_usbfs.c1304 static int op_claim_interface(struct libusb_device_handle *handle, int iface) argument
1307 int r = ioctl(fd, IOCTL_USBFS_CLAIMINTF, &iface);
1323 static int op_release_interface(struct libusb_device_handle *handle, int iface) argument
1326 int r = ioctl(fd, IOCTL_USBFS_RELEASEINTF, &iface);
1338 static int op_set_interface(struct libusb_device_handle *handle, int iface, argument
1345 setintf.interface = iface;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c4326 #define CARP_CHECK_WE_ARE_DST(iface) \
4327 ((iface)->if_carp &&\
4328 carp_forus((iface)->if_carp, eh->ether_dhost))
4329 #define CARP_CHECK_WE_ARE_SRC(iface) \
4330 ((iface)->if_carp &&\
4331 carp_forus((iface)->if_carp, eh->ether_shost))
4333 #define CARP_CHECK_WE_ARE_DST(iface) 0
4334 #define CARP_CHECK_WE_ARE_SRC(iface) 0
4358 #define GRAB_OUR_PACKETS(iface) \
4359 if ((iface)
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dcore.c717 const struct libusb_interface *iface = &config->interface[iface_idx]; local
720 for (altsetting_idx = 0; altsetting_idx < iface->num_altsetting;
723 = &iface->altsetting[altsetting_idx];
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c628 struct ifnet *const iface = oif ? oif : rif; local
631 if (!iface || !iface_match(iface,
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dmakefile.dj133 pcap-dos.o: pcap-dos.c msdos/pm_drvr/pmdrvr.h msdos/pm_drvr/iface.h \
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c3827 struct sockaddr_dl iface; member in struct:__anon11964
3855 iflen = MIN(strlen(ifname), sizeof(rtmsg.iface.sdl_data));
3856 rtmsg.iface.sdl_len = sizeof(rtmsg.iface);
3857 rtmsg.iface.sdl_family = AF_LINK;
3858 rtmsg.iface.sdl_type = iftype;
3859 rtmsg.iface.sdl_nlen = iflen;
3860 strncpy(rtmsg.iface.sdl_data, ifname, iflen);
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dltmain.sh2593 iface=`expr $revision - $loop`
2595 verstring="sgi$major.$iface:$verstring"
2616 iface=`expr $current - $loop`
2618 verstring="$verstring:${iface}.0"
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dltmain.sh3286 iface=`expr $revision - $loop`
3288 verstring="$verstring_prefix$major.$iface:$verstring"
3309 iface=`expr $current - $loop`
3311 verstring="$verstring:${iface}.0"
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dltmain.sh3354 iface=`expr $revision - $loop`
3356 verstring="$verstring_prefix$major.$iface:$verstring"
3377 iface=`expr $current - $loop`
3379 verstring="$verstring:${iface}.0"
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dltmain.sh3286 iface=`expr $revision - $loop`
3288 verstring="$verstring_prefix$major.$iface:$verstring"
3309 iface=`expr $current - $loop`
3311 verstring="$verstring:${iface}.0"
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dlibtool3700 iface=`expr $revision - $loop`
3702 verstring="$verstring_prefix$major.$iface:$verstring"
3723 iface=`expr $current - $loop`
3725 verstring="$verstring:${iface}.0"
/macosx-10.10/OpenPAM-20/openpam/
H A Dltmain.sh3386 iface=`expr $revision - $loop`
3388 verstring="$verstring_prefix$major.$iface:$verstring"
3409 iface=`expr $current - $loop`
3411 verstring="$verstring:${iface}.0"
/macosx-10.10/bind9-45.101/bind9/
H A Dltmain.sh3411 iface=`expr $revision - $loop`
3413 verstring="$verstring_prefix$major.$iface:$verstring"
3434 iface=`expr $current - $loop`
3436 verstring="$verstring:${iface}.0"
/macosx-10.10/expat-12/expat/conftools/
H A Dltmain.sh3286 iface=`expr $revision - $loop`
3288 verstring="$verstring_prefix$major.$iface:$verstring"
3309 iface=`expr $current - $loop`
3311 verstring="$verstring:${iface}.0"
/macosx-10.10/file-46/file/
H A Dltmain.sh3442 iface=`expr $revision - $loop`
3444 verstring="$verstring_prefix$major.$iface:$verstring"
3466 iface=`expr $current - $loop`
3468 verstring="$verstring:${iface}.0"

Completed in 575 milliseconds

1234