/third_party/node/test/internet/ |
H A D | test-dgram-multicast-set-interface-lo.js | 211 console.error(`outgoing iface ${interfaceAddress}`); 256 console.error(`pid ${process.pid} iface ${IFACE} MULTICAST ${MULTICAST}`);
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service_stub.cpp | 907 std::string iface = data.ReadString(); in CmdNetworkAddInterface() local 910 int32_t result = NetworkAddInterface(netId, iface, netBearerType); in CmdNetworkAddInterface() 920 std::string iface = data.ReadString(); in CmdNetworkRemoveInterface() local 921 int32_t result = NetworkRemoveInterface(netId, iface); in CmdNetworkRemoveInterface() 1090 std::string iface = data.ReadString(); in CmdStartDhcpClient() local 1092 int32_t result = StartDhcpClient(iface, bIpv6); in CmdStartDhcpClient() 1100 std::string iface = data.ReadString(); in CmdStopDhcpClient() local 1102 int32_t result = StopDhcpClient(iface, bIpv6); in CmdStopDhcpClient() 1110 std::string iface = data.ReadString(); in CmdStartDhcpService() local 1112 int32_t result = StartDhcpService(iface, ipv4add in CmdStartDhcpService() 1120 std::string iface = data.ReadString(); CmdStopDhcpService() local [all...] |
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 672 struct usb_interface *iface; in u3g_attach() local 700 iface = usbd_get_iface(uaa->device, i); in u3g_attach() 701 if (iface == NULL) in u3g_attach() 703 id = usbd_get_interface_descriptor(iface); in u3g_attach() 734 iface = usbd_get_iface(uaa->device, i); in u3g_attach() 735 id = usbd_get_interface_descriptor(iface); in u3g_attach()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 2285 const char *iface; in filter_cb() local 2287 dbus_message_iter_get_basic(&element_i, &iface); in filter_cb() 2289 if (pa_streq(iface, BLUEZ_DEVICE_INTERFACE)) in filter_cb() 2291 else if (pa_streq(iface, BLUEZ_ADAPTER_INTERFACE)) in filter_cb() 2293 else if (pa_streq(iface, BLUEZ_MEDIA_ENDPOINT_INTERFACE)) in filter_cb() 2303 const char *iface; in filter_cb() local 2313 dbus_message_iter_get_basic(&arg_i, &iface); in filter_cb() 2318 if (pa_streq(iface, BLUEZ_ADAPTER_INTERFACE)) { in filter_cb() 2330 } else if (pa_streq(iface, BLUEZ_DEVICE_INTERFACE)) { in filter_cb() 2344 } else if (pa_streq(iface, BLUEZ_MEDIA_TRANSPORT_INTERFAC in filter_cb() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/net/ |
H A D | if.h | 178 struct iface *ifa_ifp;
|
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/ |
H A D | net_connection_type.h | 162 char iface[NETCONN_MAX_STR_LEN]; member
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_ip_network_impl_mock.h | 54 virtual bool LnnIsLinkReady(const char *iface) = 0;
|
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | dev_interface_state.h | 73 void CreateLocalRoute(const std::string &iface, const std::vector<INetAddr> &ipAddrList,
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | private-lib-plat-unix.h | 201 size_t n, int fd, const char *iface);
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
H A D | if.h | 57 struct iface *ifa_ifp;
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
H A D | if.h | 57 struct iface *ifa_ifp;
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
H A D | if.h | 57 struct iface *ifa_ifp;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
H A D | if.h | 57 struct iface *ifa_ifp;
|
/third_party/musl/include/net/ |
H A D | if.h | 57 struct iface *ifa_ifp;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_iface.h | 126 Boolean fst_iface_is_connected(struct fst_iface *iface, const u8 *addr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_mlme.c | 89 if (!hapd->iface->driver_ap_teardown) in mlme_deauthenticate_indication()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_iface.h | 126 bool fst_iface_is_connected(struct fst_iface *iface, const u8 *addr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_mlme.c | 89 if (!hapd->iface->driver_ap_teardown) in mlme_deauthenticate_indication()
|
/third_party/toybox/generated/ |
H A D | globals.h | 608 char *iface; member 689 char *iface; member 718 char *iface; member 1112 char *iface; member
|
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_service_stub_test.cpp | 140 int32_t GetIfaceStatsDetail(const std::string &iface, uint64_t start, uint64_t end, 146 int32_t GetUidStatsDetail(const std::string &iface, uint32_t uid, uint64_t start, uint64_t end, 152 int32_t UpdateIfacesStats(const std::string &iface, uint64_t start, uint64_t end,
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/ |
H A D | net_stats_service_stub_test.cpp | 135 int32_t GetIfaceStatsDetail(const std::string &iface, uint64_t start, uint64_t end, 141 int32_t GetUidStatsDetail(const std::string &iface, uint32_t uid, uint64_t start, uint64_t end, 147 int32_t UpdateIfacesStats(const std::string &iface, uint64_t start, uint64_t end,
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usbdi.h | 388 struct usb_interface *iface; /* current interface */ member 523 struct usb_interface *iface); 555 uint8_t usbd_get_interface_altindex(struct usb_interface *iface);
|
/third_party/toybox/toys/pending/ |
H A D | traceroute.c | 61 char *iface; 175 snprintf(ifr.ifr_name, IFNAMSIZ, "%s", TT.iface); in bind_to_interface() 177 perror_msg("can't bind to interface %s", TT.iface); in bind_to_interface()
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_call_log_wrapper.py | 452 def genCallLogWrapper (iface): 453 genCommandList(iface, commandLogWrapperMemberDecl, OPENGL_DIR, "gluCallLogWrapperApi.inl", True) 454 genCommandList(iface, commandLogWrapperMemberDef, OPENGL_DIR, "gluCallLogWrapper.inl", False)
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_s_server.cpp | 143 ifreq iface; in BindNetInterface() local 144 if (memset_s(&iface, sizeof(iface), 0, sizeof(iface)) != EOK) { in BindNetInterface() 148 if (strncpy_s(iface.ifr_ifrn.ifrn_name, sizeof(iface.ifr_ifrn.ifrn_name), ifname, ifnameSize) != EOK) { in BindNetInterface() 152 if (setsockopt(fd, SOL_SOCKET, SO_BINDTODEVICE, (char *)&iface, sizeof(iface)) == -1) { in BindNetInterface()
|