Home
last modified time | relevance | path

Searched defs:FtNetconn (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h58 struct FtNetconn { struct
59 struct SpungePcb *pcb;
60 void *sock;
61 struct SockOsSocket *osSocket[MAX_SPUNGEINSTANCE_NUM];
63 FILLP_LLONG connTimeout;
65 FILLP_UINT32 closeSet : 1; /* Application calls close() function */
66 FILLP_UINT32 shutdownRdSet : 1; /* Application called shutdown(sock, RD) */
67 FILLP_UINT32 shutdownWrSet : 1; /* Application called shutdown(sock, WR) */
68 FILLP_UINT32 peerRdSet : 1; /* Peer notify that it won't read anything */
69 FILLP_UINT32 peerWrSet : 1; /* Peer notify that it won't send anything */
[all …]