Searched refs:iface (Results 1 - 25 of 99) sorted by relevance

1234

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitPermissionRequest.cpp54 WebKitPermissionRequestIface* iface = WEBKIT_PERMISSION_REQUEST_GET_IFACE(request); local
55 if (iface->allow)
56 iface->allow(request);
69 WebKitPermissionRequestIface* iface = WEBKIT_PERMISSION_REQUEST_GET_IFACE(request); local
70 if (iface->deny)
71 iface->deny(request);
H A DWebKitGeolocationPermissionRequest.cpp79 static void webkit_permission_request_interface_init(WebKitPermissionRequestIface* iface) argument
81 iface->allow = webkitGeolocationPermissionRequestAllow;
82 iface->deny = webkitGeolocationPermissionRequestDeny;
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dif2ip.c72 struct ifaddrs *iface, *head; local
75 for(iface=head; iface != NULL; iface=iface->ifa_next) {
76 if(curl_strequal(iface->ifa_name, interf)) {
89 struct ifaddrs *iface, *head; local
97 for(iface=head; iface != NULL; iface
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntp_io.c625 print_interface(struct interface *iface, char *pfx, char *sfx) argument
629 iface->ifnum,
630 iface->fd,
631 iface->bfd,
632 iface->name,
633 iface->flags,
634 iface->scopeid,
635 stoa(&iface->sin));
636 if (AF_INET == iface->family) {
637 if (iface
811 struct interface * iface; local
1569 struct interface * iface; local
1861 struct interface *iface; local
2014 enable_broadcast( struct interface * iface, sockaddr_u * baddr ) argument
2031 socket_broadcast_enable( struct interface * iface, SOCKET fd, sockaddr_u * baddr ) argument
2065 socket_broadcast_disable( struct interface * iface, sockaddr_u * baddr ) argument
2130 enable_multicast_if( struct interface * iface, sockaddr_u * maddr ) argument
2219 socket_multicast_enable( struct interface * iface, int lscope, sockaddr_u * maddr ) argument
2302 socket_multicast_disable( struct interface * iface, sockaddr_u * maddr ) argument
2490 struct interface *iface; local
2625 struct interface *iface; local
3488 struct interface *iface; local
3527 struct interface * iface; local
3597 struct interface *iface; local
3618 struct interface *iface; local
3637 struct interface * iface; local
3714 struct interface *iface; local
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceHyperlinkImpl.cpp41 void webkitAccessibleHyperlinkImplInterfaceInit(AtkHyperlinkImplIface* iface) argument
43 iface->get_hyperlink = webkitAccessibleHyperlinkImplGetHyperlink;
H A DWebKitAccessibleInterfaceAction.cpp99 void webkitAccessibleActionInterfaceInit(AtkActionIface* iface) argument
101 iface->do_action = webkitAccessibleActionDoAction;
102 iface->get_n_actions = webkitAccessibleActionGetNActions;
103 iface->get_description = webkitAccessibleActionGetDescription;
104 iface->get_keybinding = webkitAccessibleActionGetKeybinding;
105 iface->get_name = webkitAccessibleActionGetName;
H A DWebKitAccessibleInterfaceEditableText.cpp139 void webkitAccessibleEditableTextInterfaceInit(AtkEditableTextIface* iface) argument
141 iface->set_run_attributes = webkitAccessibleEditableTextSetRunAttributes;
142 iface->set_text_contents = webkitAccessibleEditableTextSetTextContents;
143 iface->insert_text = webkitAccessibleEditableTextInsertText;
144 iface->copy_text = webkitAccessibleEditableTextCopyText;
145 iface->cut_text = webkitAccessibleEditableTextCutText;
146 iface->delete_text = webkitAccessibleEditableTextDeleteText;
147 iface->paste_text = webkitAccessibleEditableTextPasteText;
H A DWebKitAccessibleInterfaceImage.cpp82 void webkitAccessibleImageInterfaceInit(AtkImageIface* iface) argument
84 iface->get_image_position = webkitAccessibleImageGetImagePosition;
85 iface->get_image_description = webkitAccessibleImageGetImageDescription;
86 iface->get_image_size = webkitAccessibleImageGetImageSize;
H A DWebKitAccessibleInterfaceTable.cpp280 void webkitAccessibleTableInterfaceInit(AtkTableIface* iface) argument
282 iface->ref_at = webkitAccessibleTableRefAt;
283 iface->get_index_at = webkitAccessibleTableGetIndexAt;
284 iface->get_column_at_index = webkitAccessibleTableGetColumnAtIndex;
285 iface->get_row_at_index = webkitAccessibleTableGetRowAtIndex;
286 iface->get_n_columns = webkitAccessibleTableGetNColumns;
287 iface->get_n_rows = webkitAccessibleTableGetNRows;
288 iface->get_column_extent_at = webkitAccessibleTableGetColumnExtentAt;
289 iface->get_row_extent_at = webkitAccessibleTableGetRowExtentAt;
290 iface
[all...]
H A DWebKitAccessibleInterfaceComponent.cpp101 void webkitAccessibleComponentInterfaceInit(AtkComponentIface* iface) argument
103 iface->ref_accessible_at_point = webkitAccessibleComponentRefAccessibleAtPoint;
104 iface->get_extents = webkitAccessibleComponentGetExtents;
105 iface->grab_focus = webkitAccessibleComponentGrabFocus;
H A DWebKitAccessibleInterfaceDocument.cpp117 void webkitAccessibleDocumentInterfaceInit(AtkDocumentIface* iface) argument
119 iface->get_document_attribute_value = webkitAccessibleDocumentGetAttributeValue;
120 iface->get_document_attributes = webkitAccessibleDocumentGetAttributes;
121 iface->get_document_locale = webkitAccessibleDocumentGetLocale;
H A DWebKitAccessibleInterfaceHypertext.cpp109 void webkitAccessibleHypertextInterfaceInit(AtkHypertextIface* iface) argument
111 iface->get_link = webkitAccessibleHypertextGetLink;
112 iface->get_n_links = webkitAccessibleHypertextGetNLinks;
113 iface->get_link_index = webkitAccessibleHypertextGetLinkIndex;
H A DWebKitAccessibleInterfaceTableCell.cpp149 void webkitAccessibleTableCellInterfaceInit(AtkTableCellIface* iface) argument
151 iface->get_column_header_cells = webkitAccessibleTableCellGetColumnHeaderCells;
152 iface->get_row_header_cells = webkitAccessibleTableCellGetRowHeaderCells;
153 iface->get_column_span = webkitAccessibleTableCellGetColumnSpan;
154 iface->get_row_span = webkitAccessibleTableCellGetRowSpan;
155 iface->get_position = webkitAccessibleTableCellGetPosition;
156 iface->get_table = webkitAccessibleTableCellGetTable;
H A DWebKitAccessibleInterfaceValue.cpp189 void webkitAccessibleValueInterfaceInit(AtkValueIface* iface) argument
192 iface->get_value_and_text = webkitAccessibleGetValueAndText;
193 iface->get_increment = webkitAccessibleGetIncrement;
194 iface->set_value = webkitAccessibleSetValue;
195 iface->get_range = webkitAccessibleGetRange;
197 iface->get_current_value = webkitAccessibleValueGetCurrentValue;
198 iface->get_maximum_value = webkitAccessibleValueGetMaximumValue;
199 iface->get_minimum_value = webkitAccessibleValueGetMinimumValue;
200 iface->set_current_value = webkitAccessibleValueSetCurrentValue;
201 iface
[all...]
/macosx-10.10/network_cmds-457/mnc.tproj/
H A Dmnc_multicast.c68 struct addrinfo * source, char * iface)
72 if (iface != NULL)
76 inet_addr(iface)) == INADDR_NONE)
110 struct addrinfo * source, char * iface)
119 struct addrinfo * source, char * iface)
130 int mnc_join_ip_asm(int socket, struct addrinfo * group, char * iface) argument
144 if (iface != NULL)
146 if ((multicast_request.gr_interface = if_nametoindex(iface))
149 mnc_warning("Ignoring unknown interface: %s\n", iface);
175 int mnc_join_ipv4_asm(int socket, struct addrinfo * group, char * iface) argument
67 mnc_join_ipv4_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
109 mnc_join_ipv4_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
118 mnc_join_ipv6_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
212 mnc_join_ipv6_asm(int socket, struct addrinfo * group, char * iface) argument
223 mnc_join_ip_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
271 multicast_setup_listen(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
[all...]
H A Dmnc.h76 char * iface; member in struct:mnc_configuration
H A Dmnc_opts.c86 config.iface = NULL;
105 case 'i': config.iface = argv[++optind];
135 if (config.mode == SENDER && config.iface != NULL)
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dmulticast.c30 apr_sockaddr_t *iface)
33 if (iface == NULL) {
37 mip->imr_interface = iface->sa.sin.sin_addr;
44 static unsigned int find_if_index(const apr_sockaddr_t *iface) argument
64 if (memcmp(&iface->sa.sin6.sin6_addr,
66 sizeof(iface->sa.sin6.sin6_addr)) == 0) {
80 const apr_sockaddr_t *iface)
85 if (iface == NULL) {
89 mip->ipv6mr_interface = find_if_index(iface);
112 apr_sockaddr_t *mcast, apr_sockaddr_t *iface,
29 fill_mip_v4(struct ip_mreq *mip, apr_sockaddr_t *mcast, apr_sockaddr_t *iface) argument
79 fill_mip_v6(struct ipv6_mreq *mip, const apr_sockaddr_t *mcast, const apr_sockaddr_t *iface) argument
111 do_mcast(int type, apr_socket_t *sock, apr_sockaddr_t *mcast, apr_sockaddr_t *iface, apr_sockaddr_t *source) argument
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkconfiguration.py63 for iface in r:
64 if SCNetworkInterfaceGetBSDName(iface).startswith('en'):
67 r = SCNetworkInterfaceGetSupportedInterfaceTypes(iface)
71 r = SCNetworkInterfaceGetSupportedProtocolTypes(iface)
75 r = SCNetworkInterfaceCreateWithInterface(iface, kSCNetworkInterfaceTypeL2TP)
78 r = SCNetworkInterfaceGetBSDName(iface)
81 r = SCNetworkInterfaceGetConfiguration(iface)
84 r = SCNetworkInterfaceGetExtendedConfiguration(iface, "EAPOL")
87 r = SCNetworkInterfaceGetHardwareAddressString(iface)
90 r = SCNetworkInterfaceGetInterface(iface)
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkconfiguration.py63 for iface in r:
64 if SCNetworkInterfaceGetBSDName(iface).startswith('en'):
66 r = SCNetworkInterfaceGetSupportedInterfaceTypes(iface)
70 r = SCNetworkInterfaceGetSupportedProtocolTypes(iface)
74 r = SCNetworkInterfaceCreateWithInterface(iface, kSCNetworkInterfaceTypeL2TP)
77 r = SCNetworkInterfaceGetBSDName(iface)
80 r = SCNetworkInterfaceGetConfiguration(iface)
83 r = SCNetworkInterfaceGetExtendedConfiguration(iface, "EAPOL")
86 r = SCNetworkInterfaceGetHardwareAddressString(iface)
89 r = SCNetworkInterfaceGetInterface(iface)
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_scnetworkconfiguration.py73 for iface in r:
74 if SCNetworkInterfaceGetBSDName(iface).startswith('en'):
76 r = SCNetworkInterfaceGetSupportedInterfaceTypes(iface)
80 r = SCNetworkInterfaceGetSupportedProtocolTypes(iface)
84 r = SCNetworkInterfaceCreateWithInterface(iface, kSCNetworkInterfaceTypeL2TP)
87 r = SCNetworkInterfaceGetBSDName(iface)
90 r = SCNetworkInterfaceGetConfiguration(iface)
93 r = SCNetworkInterfaceGetExtendedConfiguration(iface, "EAPOL")
96 r = SCNetworkInterfaceGetHardwareAddressString(iface)
99 r = SCNetworkInterfaceGetInterface(iface)
[all...]
/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDeviceForNetworkPath.c59 io_service_t iface, service; local
74 iface = IOServiceGetMatchingService(masterPort,
77 if(iface == IO_OBJECT_NULL) {
83 kret = IORegistryEntryCreateIterator(iface, kIOServicePlane,
86 IOObjectRelease(iface);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtcl_smtpd76 set iface 0.0.0.0
80 set iface [lindex $argv 0]
86 smtpd::start $iface $port
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/GObject/
H A DWebKitDOMTestNode.cpp85 static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface) argument
87 iface->dispatch_event = webkit_dom_test_node_dispatch_event;
88 iface->add_event_listener = webkit_dom_test_node_add_event_listener;
89 iface->remove_event_listener = webkit_dom_test_node_remove_event_listener;
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dget_iface.c52 get_iface(dst, iface)
54 struct in_addr *iface;
101 memcpy(iface, &local.sin_addr, sizeof local.sin_addr);

Completed in 303 milliseconds

1234