Searched defs:sock (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
D | can.cpp | 45 base::unique_fd sock(::socket(PF_CAN, SOCK_RAW, CAN_RAW)); in socket() local 92 nl::Socket sock(NETLINK_ROUTE); in setBitrate() local
|
D | libnetdevice.cpp | 66 nl::Socket sock(NETLINK_ROUTE); in add() local 74 nl::Socket sock(NETLINK_ROUTE); in del() local 143 nl::Socket sock(NETLINK_ROUTE, 0, RTMGRP_LINK); in waitFor() local
|
D | vlan.cpp | 51 nl::Socket sock(NETLINK_ROUTE); in add() local
|
D | ifreqs.cpp | 52 base::unique_fd sock(socket(sp.domain, sp.type, sp.protocol)); in send() local
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.cpp | 88 static int nlSendMsg(struct nl_sock *sock, struct nl_msg *msg, in nlSendMsg() 146 static int nlGetMulticastId(struct nl_sock *sock, const char *family, const char *group) { in nlGetMulticastId() 171 static bool socketAddMembership(struct nl_sock *sock, const char *group) { in socketAddMembership()
|
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.c | 56 struct nl_sock *sock; in create_nl_socket() local 165 int cld80211_recv_msg(struct nl_sock *sock, struct nl_cb *cb) in cld80211_recv_msg() 180 static void cld80211_handle_event(int events, struct nl_sock *sock, in cld80211_handle_event()
|
D | cld80211_lib.h | 44 struct nl_sock *sock; member
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanSocket.cpp | 39 auto sock = netdevice::can::socket(ifname); in open() local
|
/hardware/qcom/sm7150/gps/utils/ |
D | LocIpc.h | 195 LocIpcSender& sender, shared_ptr<Sock> sock) : in SockRecver()
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocIpc.h | 230 LocIpcSender& sender, shared_ptr<Sock> sock) : in SockRecver()
|
/hardware/qcom/sm7250/gps/utils/ |
D | LocIpc.h | 230 LocIpcSender& sender, shared_ptr<Sock> sock) : in SockRecver()
|
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 55 int sock = socket(AF_INET6, SOCK_DGRAM, 0); in interfaceIsUp() local
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 192 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port() 201 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket() local
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 372 int sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); in setInterfaceState() local
|