Home
last modified time | relevance | path

Searched defs:sock (Results 226 - 250 of 893) sorted by relevance

12345678910>>...36

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_none.c52 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx) in l2_packet_receive() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dedit_readline.c73 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx) in edit_read_char() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dctrl_iface_common.c77 void sockaddr_print(int level, const char *msg, struct sockaddr_storage *sock, in sockaddr_print() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired_common.c140 int wired_multicast_membership(int sock, int ifindex, const u8 *addr, int add) in wired_multicast_membership() argument
H A Dnetlink.c19 int sock; member
36 static void netlink_receive(int sock, void *eloop_ctx, void *sock_ctx) in netlink_receive() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_none.c52 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx) in l2_packet_receive() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dedit_readline.c73 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx) in edit_read_char() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dctrl_iface_common.c77 void sockaddr_print(int level, const char *msg, struct sockaddr_storage *sock, in sockaddr_print() argument
/base/startup/init/services/init/standard/
H A Dinit.c47 int sock = -1; in FdHolderSockInit() local
100 int sock in SystemInit() local
[all...]
/foundation/communication/wifi/wifi/relation_services/common/
H A Dwifi_hal_common_func.c134 int sock = socket(AF_INET, SOCK_DGRAM, 0); in GetIfaceState() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config_in.c237 struct FtSocket *sock = FILLP_NULL_PTR; in FtAppSetKeepAliveTime() local
339 struct FtSocket *sock = FILLP_NULL_PTR; FtAppConfigSetSendCache() local
366 struct FtSocket *sock = FILLP_NULL_PTR; FtAppConfigSetRecvCache() local
430 struct FtSocket *sock = FILLP_NULL_PTR; FtAppConfigSetOppositeSetRate() local
461 struct FtSocket *sock = FILLP_NULL_PTR; FtAppConfigSetPktSize() local
495 FtAppConfigSetSendBufSize( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex, struct FtSocket *sock) FtAppConfigSetSendBufSize() argument
530 FtAppConfigSetRecvBufSize( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex, struct FtSocket *sock) FtAppConfigSetRecvBufSize() argument
571 struct FtSocket *sock = FILLP_NULL_PTR; FtAppConfigSetSlowStart() local
601 struct FtSocket *sock = SockGetSocket(sockIndex); FtAppConfigSetMaxRate() local
652 FtAppEnlargePackInterval( IN FILLP_CONST void *value, struct GlobalAppResource *resource, FILLP_INT sockIndex, struct FtSocket *sock) FtAppEnlargePackInterval() argument
786 struct FtSocket *sock = FILLP_NULL_PTR; FtAppConfigSetPackInterval() local
812 FtInnerAppConfigSetHelper( IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN struct GlobalAppResource *resource, IN FILLP_INT sockIndex, IN struct FtSocket *sock) FtInnerAppConfigSetHelper() argument
865 FtInnerAppConfigSet( IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN struct GlobalAppResource *resource, IN FILLP_INT sockIndex, IN struct FtSocket *sock) FtInnerAppConfigSet() argument
[all...]
H A Depoll_app.c89 static void EpollAddToSockWaitList(struct FtSocket *sock, struct EpItem *epi) in EpollAddToSockWaitList() argument
100 EpollCtlTriggleEvent( struct EventPoll *ep, struct FtSocket *sock, struct EpItem *epi) EpollCtlTriggleEvent() argument
145 EpModify( struct EventPoll *ep, struct FtSocket *sock, struct EpItem *epi, FILLP_CONST struct SpungeEpollEvent *event) EpModify() argument
223 struct FtSocket *sock = FILLP_NULL_PTR; EpRemove() local
325 EpPoll( struct FtSocket *sock, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_SLONG timeout) EpPoll() argument
452 struct FtSocket *sock = SockGetSocket(fd); EpInsert() local
526 SpungeEpollCtlCheckSockValid(struct FtSocket *epollSock, struct FtSocket *sock, FILLP_INT fd) SpungeEpollCtlCheckSockValid() argument
559 SpungeEpollCtlHandleAddEvent( struct FtSocket *epollSock, struct FtSocket *sock, FILLP_INT epFd, FILLP_CONST struct EpItem *epi, FILLP_CONST struct SpungeEpollEvent *event) SpungeEpollCtlHandleAddEvent() argument
605 SpungeEpollCtlHandleDelEvent( struct FtSocket *epollSock, struct FtSocket *sock, FILLP_INT epFd, struct EpItem *epi) SpungeEpollCtlHandleDelEvent() argument
635 SpungeEpollCtlHandleModEvent( struct FtSocket *epollSock, struct FtSocket *sock, struct EpItem *epi, FILLP_CONST struct SpungeEpollEvent *event) SpungeEpollCtlHandleModEvent() argument
684 struct FtSocket *sock = FILLP_NULL_PTR; SpungeEpollCtl() local
738 struct FtSocket *sock = FILLP_NULL_PTR; SpungeEpollFindRemove() local
797 struct FtSocket *sock; SpungeEpollWait() local
837 struct FtSocket *sock = SpungeAllocSock(SOCK_ALLOC_STATE_EPOLL); SpungeEpollCreate() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h60 void *sock; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c167 struct FtSocket *sock = FILLP_GET_SOCKET(pcb); in FillpCalSendInterval() local
366 struct FtSocket *sock; in FillpFcCycle() local
[all...]
H A Dfillp_pcb.c646 struct FtSocket *sock = FILLP_GET_SOCKET(pcb); in FillpInitPcbTimeNode() local
755 FILLP_CONST struct FtSocket *sock = FILLP_GET_SOCKET(pcb); in FillpGetSockPackInterval() local
H A Dfillp_output.c91 struct FtSocket *sock = FILLP_GET_SOCKET(pcb); in FillpIsAskMoreBuf() local
243 struct FtSocket *sock = FILLP_GET_SOCKET(pcb); in FillpBuildDataPkt() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c57 static void SpungeEpollFreeResource(struct FtSocket *sock) in SpungeEpollFreeResource() argument
106 SpungeFreeAcceptBox(struct FtSocket *sock) SpungeFreeAcceptBox() argument
126 SpungeIncFreeCntPostEagain(struct FtSocket *sock) SpungeIncFreeCntPostEagain() argument
145 struct FtSocket *sock = FILLP_NULL_PTR; RecursiveRbTree() local
192 SpungEpollClose(struct FtSocket *sock) SpungEpollClose() argument
237 SpungeCloseCBSocket(struct FtSocket *sock) SpungeCloseCBSocket() argument
252 SpungeFreeSock(struct FtSocket *sock) SpungeFreeSock() argument
307 struct FtSocket *sock = (struct FtSocket *)argSock; SpungeShutdownSock() local
375 SpungeDestroyNoWait(struct FillpPcb *pcb, struct FtSocket *sock, struct FtNetconn *conn) SpungeDestroyNoWait() argument
393 struct FtSocket *sock = (struct FtSocket *)conn->sock; SpungeCheckDisconn() local
454 struct FtSocket *sock = (struct FtSocket *)conn->sock; SpungeSendConnectMsg() local
561 struct FtSocket *sock = (struct FtSocket *)argSock; SpungeConnConnectSuccess() local
572 struct FtSocket *sock = (struct FtSocket *)argSock; SpungeConnConnectFail() local
[all...]
H A Dpcb.c35 struct FtSocket *sock = (struct FtSocket *)conn->sock; in SpungePcbRecv() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h26 void *sock; member
33 void *sock; member
39 void *sock; member
44 void *sock; member
55 void *sock; member
/kernel/linux/linux-5.10/crypto/
H A Dalgif_hash.c63 static int hash_sendmsg(struct socket *sock, struct msghdr *msg, in hash_sendmsg() argument
131 static ssize_t hash_sendpage(struct socket *sock, struct page *page, in hash_sendpage() argument
183 static int hash_recvmsg(struct socket *sock, struc argument
230 hash_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) hash_accept() argument
292 hash_check_key(struct socket *sock) hash_check_key() argument
327 hash_sendmsg_nokey(struct socket *sock, struct msghdr *msg, size_t size) hash_sendmsg_nokey() argument
339 hash_sendpage_nokey(struct socket *sock, struct page *page, int offset, size_t size, int flags) hash_sendpage_nokey() argument
351 hash_recvmsg_nokey(struct socket *sock, struct msghdr *msg, size_t ignored, int flags) hash_recvmsg_nokey() argument
363 hash_accept_nokey(struct socket *sock, struct socket *newsock, int flags, bool kern) hash_accept_nokey() argument
[all...]
H A Dalgif_skcipher.c37 static int skcipher_sendmsg(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg() argument
50 static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in _skcipher_recvmsg() argument
149 skcipher_recvmsg(struct socket *sock, struct msghdr *msg, size_t ignored, int flags) skcipher_recvmsg() argument
202 skcipher_check_key(struct socket *sock) skcipher_check_key() argument
237 skcipher_sendmsg_nokey(struct socket *sock, struct msghdr *msg, size_t size) skcipher_sendmsg_nokey() argument
249 skcipher_sendpage_nokey(struct socket *sock, struct page *page, int offset, size_t size, int flags) skcipher_sendpage_nokey() argument
261 skcipher_recvmsg_nokey(struct socket *sock, struct msghdr *msg, size_t ignored, int flags) skcipher_recvmsg_nokey() argument
[all...]
H A Dalgif_rng.c107 static int rng_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in rng_recvmsg() argument
117 static int rng_test_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in rng_test_recvmsg() argument
133 static int rng_test_sendmsg(struct socket *sock, struc argument
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Datmtcp.c451 static int atmtcp_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in atmtcp_ioctl() argument
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtimestamping.c118 static void sendpacket(int sock, struct sockaddr *addr, socklen_t addr_len) in sendpacket() argument
259 static void recvpacket(int sock, int recvmsg_flags, in recvpacket() argument
306 int sock; in main() local
134 printpacket(struct msghdr *msg, int res, char *data, int sock, int recvmsg_flags, int siocgstamp, int siocgstampns) printpacket() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_cm.h51 struct socket *sock; member
105 static inline int ksock_recv(struct socket *sock, char *buf, size_t size, in ksock_recv() argument

Completed in 18 milliseconds

12345678910>>...36