Home
last modified time | relevance | path

Searched defs:net (Results 1 – 25 of 33) sorted by relevance

12

/device/soc/hisilicon/ws63v100/sdk/open_source/mqtt/paho.mqtt.c/src/
DSSLSocket_mbedtls.c204 static int SSL_loadClientCrt(networkHandles* net, const MQTTClient_SSLOptions* opts) in SSL_loadClientCrt()
253 static int SSL_loadKey(networkHandles* net, const MQTTClient_SSLOptions* opts) in SSL_loadKey()
304 static void SSL_setVersion(networkHandles* net, const MQTTClient_SSLOptions* opts) in SSL_setVersion()
332 static int SSL_tlsInit(networkHandles* net, const MQTTClient_SSLOptions* opts) in SSL_tlsInit()
385 int SSLSocket_createContext(networkHandles* net, MQTTClient_SSLOptions* opts) in SSLSocket_createContext()
412 int SSLSocket_setSocketForSSL(networkHandles* net, MQTTClient_SSLOptions* opts, in SSLSocket_setSocketForSSL()
616 void SSLSocket_destroyContext(networkHandles* net) in SSLSocket_destroyContext()
637 int SSLSocket_close(networkHandles* net) in SSLSocket_close()
DWebSocket.c203 size_t WebSocket_calculateFrameHeaderSize(networkHandles *net, int mask_data, size_t data_len) in WebSocket_calculateFrameHeaderSize()
248 static struct frameData WebSocket_buildFrame(networkHandles* net, int opcode, int mask_data, in WebSocket_buildFrame()
403 int WebSocket_connect( networkHandles *net, int ssl, const char *uri) in WebSocket_connect()
552 void WebSocket_close(networkHandles *net, int status_code, const char *reason) in WebSocket_close()
634 int WebSocket_getch(networkHandles *net, char* c) in WebSocket_getch()
714 char *WebSocket_getdata(networkHandles *net, size_t bytes, size_t* actual_len) in WebSocket_getdata()
816 char *WebSocket_getRawSocketData(networkHandles *net, size_t bytes, size_t* actual_len, int* rc) in WebSocket_getRawSocketData()
937 void WebSocket_pong(networkHandles *net, char *app_data, size_t app_data_len) in WebSocket_pong()
999 int WebSocket_putdatas(networkHandles* net, char** buf0, size_t* buf0len, PacketBuffers* bufs) in WebSocket_putdatas()
1051 int WebSocket_receiveFrame(networkHandles *net, size_t *actual_len) in WebSocket_receiveFrame()
[all …]
DMQTTPacket.c103 void* MQTTPacket_Factory(int MQTTVersion, networkHandles* net, int* error) in MQTTPacket_Factory()
193 int MQTTPacket_send(networkHandles* net, Header header, char* buffer, size_t buflen, int freeData, in MQTTPacket_send()
253 int MQTTPacket_sends(networkHandles* net, Header header, PacketBuffers* bufs, int MQTTVersion) in MQTTPacket_sends()
328 int MQTTPacket_decode(networkHandles* net, size_t* value) in MQTTPacket_decode()
651 static int MQTTPacket_send_ack(int MQTTVersion, int type, int msgid, int dup, networkHandles *net) in MQTTPacket_send_ack()
683 int MQTTPacket_send_puback(int MQTTVersion, int msgid, networkHandles* net, const char* clientID) in MQTTPacket_send_puback()
737 int MQTTPacket_send_pubrec(int MQTTVersion, int msgid, networkHandles* net, const char* clientID) in MQTTPacket_send_pubrec()
758 int MQTTPacket_send_pubrel(int MQTTVersion, int msgid, int dup, networkHandles* net, const char* cl… in MQTTPacket_send_pubrel()
778 int MQTTPacket_send_pubcomp(int MQTTVersion, int msgid, networkHandles* net, const char* clientID) in MQTTPacket_send_pubcomp()
859 int MQTTPacket_send_publish(Publish* pack, int dup, int qos, int retained, networkHandles* net, con… in MQTTPacket_send_publish()
DSSLSocket.c557 int SSLSocket_createContext(networkHandles* net, MQTTClient_SSLOptions* opts) in SSLSocket_createContext()
721 int SSLSocket_setSocketForSSL(networkHandles* net, MQTTClient_SSLOptions* opts, in SSLSocket_setSocketForSSL()
945 void SSLSocket_destroyContext(networkHandles* net) in SSLSocket_destroyContext()
956 int SSLSocket_close(networkHandles* net) in SSLSocket_close()
DProxy.c53 int Proxy_connect(networkHandles *net, int ssl, const char *hostname) in Proxy_connect()
DMQTTPacketOut.c201 int MQTTPacket_send_pingreq(networkHandles* net, const char* clientID) in MQTTPacket_send_pingreq()
DClients.h162 networkHandles net; /**< network info for this client */ member
/device/soc/rockchip/common/vendor/drivers/net/usb/
Dmeig_cdc_driver.c581 struct net_device *net; member
863 static int hw_change_mtu(struct net_device *net, int new_mtu) in hw_change_mtu()
894 static struct net_device_stats *hw_get_stats(struct net_device *net) in hw_get_stats()
1360 static int hw_stop(struct net_device *net) in hw_stop()
1418 static int hw_open(struct net_device *net) in hw_open()
1467 int hw_get_settings(struct net_device *net, struct ethtool_cmd *cmd) in hw_get_settings()
1479 int hw_set_settings(struct net_device *net, struct ethtool_cmd *cmd) in hw_set_settings()
1494 u32 hw_get_link(struct net_device *net) in hw_get_link()
1508 int hw_nway_reset(struct net_device *net) in hw_nway_reset()
1520 void hw_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) in hw_get_drvinfo()
[all …]
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/ssl/
Dssl_test_lib.h126 mbedtls_net_context *net; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_android.c583 int wl_cfg80211_get_p2p_dev_addr(struct net_device *net, struct ether_addr *p2pdev_addr) in wl_cfg80211_get_p2p_dev_addr()
585 int wl_cfg80211_set_p2p_noa(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_noa()
587 int wl_cfg80211_get_p2p_noa(struct net_device *net, char* buf, int len) in wl_cfg80211_get_p2p_noa()
589 int wl_cfg80211_set_p2p_ps(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_ps()
591 int wl_cfg80211_set_p2p_ecsa(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_ecsa()
593 int wl_cfg80211_increase_p2p_bw(struct net_device *net, char* buf, int len) in wl_cfg80211_increase_p2p_bw()
732 static int wl_android_get_link_speed(struct net_device *net, char *command, int total_len) in wl_android_get_link_speed()
751 static int wl_android_get_rssi(struct net_device *net, char *command, int total_len) in wl_android_get_rssi()
1733 static int wl_android_set_fwpath(struct net_device *net, char *command, int total_len) in wl_android_set_fwpath()
4439 wl_android_set_irq_cpucore(struct net_device *net, int affinity_cmd) in wl_android_set_irq_cpucore()
[all …]
Dwl_ext_genl.c502 wl_ext_genl_init(struct net_device *net) in wl_ext_genl_init()
549 wl_ext_genl_deinit(struct net_device *net) in wl_ext_genl_deinit()
Ddhd_linux.c270 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen) argument
272 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128) argument
2434 dhd_net2idx(dhd_info_t *dhd, struct net_device *net) in dhd_net2idx()
3587 dhd_start_xmit(struct sk_buff *skb, struct net_device *net) in dhd_start_xmit()
3881 dhd_start_xmit_wrapper(struct sk_buff *skb, struct net_device *net) in dhd_start_xmit_wrapper()
3938 __dhd_txflowcontrol(dhd_pub_t *dhdp, struct net_device *net, bool state) in __dhd_txflowcontrol()
3958 struct net_device *net; in dhd_txflowcontrol() local
5082 dhd_get_stats(struct net_device *net) in dhd_get_stats()
5636 dhd_ethtool_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) in dhd_ethtool_get_drvinfo()
5758 static bool dhd_check_hang(struct net_device *net, dhd_pub_t *dhdp, int error) in dhd_check_hang()
[all …]
Dwl_cfgp2p.c2352 wl_cfgp2p_ethtool_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) in wl_cfgp2p_ethtool_get_drvinfo()
2378 struct net_device* net = NULL; in wl_cfgp2p_register_ndev() local
2481 static int wl_cfgp2p_do_ioctl(struct net_device *net, struct ifreq *ifr, int cmd) in wl_cfgp2p_do_ioctl()
2505 static int wl_cfgp2p_if_open(struct net_device *net) in wl_cfgp2p_if_open()
2527 static int wl_cfgp2p_if_stop(struct net_device *net) in wl_cfgp2p_if_stop()
Dwl_android_ext.c4563 wl_legacy_chip_check(struct net_device *net) in wl_legacy_chip_check()
4608 wl_new_chip_check(struct net_device *net) in wl_new_chip_check()
4653 wl_ext_iftype_to_ifmode(struct net_device *net, int wl_iftype, ifmode_t *ifmode) in wl_ext_iftype_to_ifmode()
4676 wl_ext_iapsta_update_iftype(struct net_device *net, int ifidx, int wl_iftype) in wl_ext_iapsta_update_iftype()
4713 wl_ext_iapsta_ifadding(struct net_device *net, int ifidx) in wl_ext_iapsta_ifadding()
4727 wl_ext_iapsta_iftype_enabled(struct net_device *net, int wl_iftype) in wl_ext_iapsta_iftype_enabled()
4743 wl_ext_iapsta_other_if_enabled(struct net_device *net) in wl_ext_iapsta_other_if_enabled()
4816 wl_ext_iapsta_mesh_creating(struct net_device *net) in wl_ext_iapsta_mesh_creating()
5253 wl_ext_iapsta_get_rsdb(struct net_device *net, struct dhd_pub *dhd) in wl_ext_iapsta_get_rsdb()
5283 wl_ext_iapsta_postinit(struct net_device *net, struct wl_if_info *cur_if) in wl_ext_iapsta_postinit()
[all …]
Dwl_event.c440 wl_ext_event_attach_netdev(struct net_device *net, int ifidx, uint8 bssidx) in wl_ext_event_attach_netdev()
454 wl_ext_event_dettach_netdev(struct net_device *net, int ifidx) in wl_ext_event_dettach_netdev()
Ddhd_linux_lb.c1234 dhd_lb_sendpkt(dhd_info_t *dhd, struct net_device *net, in dhd_lb_sendpkt()
1271 struct net_device *net; in dhd_lb_tx_process() local
Ddhd_cfg80211.c163 void wl_cfg80211_cleanup_if(struct net_device *net) in wl_cfg80211_cleanup_if()
Ddhd_linux.h89 struct net_device *net; member
165 struct net_device *net; member
203 struct net_device *net; member
Dwl_cfg80211.c6127 static bool wl_get_chan_isvht80(struct net_device *net, dhd_pub_t *dhd) in wl_get_chan_isvht80()
12866 wl_cfg80211_set_country_code(struct net_device *net, char *country_code, in wl_cfg80211_set_country_code()
19365 s32 wl_cfg80211_up(struct net_device *net) in wl_cfg80211_up()
19818 s32 wl_cfg80211_get_p2p_dev_addr(struct net_device *net, struct ether_addr *p2pdev_addr) in wl_cfg80211_get_p2p_dev_addr()
19837 s32 wl_cfg80211_set_p2p_noa(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_noa()
19844 s32 wl_cfg80211_get_p2p_noa(struct net_device *net, char* buf, int len) in wl_cfg80211_get_p2p_noa()
19851 s32 wl_cfg80211_set_p2p_ps(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_ps()
19858 s32 wl_cfg80211_set_p2p_ecsa(struct net_device *net, char* buf, int len) in wl_cfg80211_set_p2p_ecsa()
19865 s32 wl_cfg80211_increase_p2p_bw(struct net_device *net, char* buf, int len) in wl_cfg80211_increase_p2p_bw()
19873 s32 wl_cfg80211_set_p2p_resp_ap_chn(struct net_device *net, s32 enable) in wl_cfg80211_set_p2p_resp_ap_chn()
[all …]
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
Dl2cap_sock.c1859 static struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, i… in l2cap_sock_alloc()
1893 static int l2cap_sock_create(struct net *net, struct socket *sock, int protocol, int kern) in l2cap_sock_create()
Dsco.c492 static struct sock *sco_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int… in sco_sock_alloc()
518 static int sco_sock_create(struct net *net, struct socket *sock, int protocol, int kern) in sco_sock_create()
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/ipv4/
Dip4.c312 u32_t net = addr & IP_CLASSA_NET; in ip4_canforward() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DClients.h142 networkHandles net; member
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
Dusbnet.h49 struct net_device *net; member
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/nat64/
Dnat64.c502 u32_t net = addr & IP_CLASSA_NET; in nat64_ip4_dest_addr_check() local

12