/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpcallbacks.h | 145 typedef FILLP_INT (*FillpSelectFunc)(IN FILLP_INT maxFd, IN void *readFds, 160 typedef FILLP_INT (*FillpIoctlFunc)(IN FILLP_INT fd, IN FILLP_INT cmd, IN FILLP_ULONG *args); 174 typedef FILLP_INT (*FillpFcntlFunc)(IN FILLP_INT fd, IN FILLP_INT cmd, IN FILLP_INT val); 190 typedef FILLP_INT (*FillpSetSockOptFunc)(IN FILLP_INT fd, IN FILLP_INT level, 191 IN FILLP_INT optName, IN FILLP_CONST void *optVal, IN FILLP_INT optLen); 207 typedef FILLP_INT (*FillpGetSockOptFunc)(IN FILLP_INT fd, IN FILLP_INT level, 208 IN FILLP_INT optName, IO void *optVal, IO FILLP_INT *optLen); 621 IN FILLP_INT bytes, IN FILLP_INT flags); 769 typedef FILLP_INT (*FillpRecvfromFunc)(IN FILLP_INT fd, OUT void *buf, 784 typedef FILLP_INT (*FillpSendFuncmsg)(IN FILLP_INT fd, [all …]
|
H A D | fillpinc.h | 127 extern FILLP_INT DLL_API FtSocket(IN FILLP_INT domain, IN FILLP_INT type, IN FILLP_INT protocol); 165 extern FILLP_INT DLL_API FtRecv(FILLP_INT fd, void *mem, size_t len, FILLP_INT flag); 193 extern FILLP_INT DLL_API FtReadv(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount); 214 extern FILLP_INT DLL_API FtClose(FILLP_INT fd); 234 extern FILLP_INT DLL_API FtShutDown(FILLP_INT fd, FILLP_INT how); 265 extern FILLP_INT DLL_API FtListen(FILLP_INT fd, FILLP_INT backLog); 309 extern FILLP_INT DLL_API FtEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, 334 FILLP_INT maxEvents, FILLP_INT timeout); 349 extern FILLP_INT DLL_API FtFcntl(FILLP_INT fd, FILLP_INT cmd, FILLP_INT val); 564 extern FILLP_INT DLL_API FtGetSockOpt(FILLP_INT fd, FILLP_INT level, FILLP_INT optName, [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | socket_app.h | 37 FILLP_INT SockSocket(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol); 41 FILLP_INT SockRecv(FILLP_INT fd, void *mem, FILLP_SIZE_T len, FILLP_INT flags); 42 FILLP_INT SockSend(FILLP_INT sockIndex, FILLP_CONST void *data, FILLP_SIZE_T size, FILLP_INT flags); 43 FILLP_INT SockSendFrame(FILLP_INT sockIndex, FILLP_CONST void *data, FILLP_SIZE_T size, FILLP_INT f… 48 FILLP_INT SockRecvmsg(FILLP_INT sockIndex, struct msghdr *msg, FILLP_INT flags); 49 FILLP_INT SockSendmsg(FILLP_INT sockIndex, struct msghdr *msg, FILLP_INT flags); 50 FillpErrorType SockListen(FILLP_INT sockIndex, FILLP_INT backLog); 54 FillpErrorType SockShutdown(FILLP_INT sockIndex, FILLP_INT how); 58 FILLP_INT SockFcntl(FILLP_INT fd, FILLP_INT cmd, FILLP_INT val); 61 FILLP_INT SockIoctlsocket(FILLP_INT fd, FILLP_SLONG cmd, FILLP_CONST FILLP_INT *val); [all …]
|
H A D | epoll_app.h | 24 FILLP_INT SpungeEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpoll… 25 FILLP_INT SpungeEpollFindRemove(FILLP_INT epFd, FILLP_INT fd); 26 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FIL… 27 FILLP_INT SpungeEpollCreate(void);
|
H A D | socket_opt.h | 25 FILLP_INT SockGetSockOpt(FILLP_INT sockIndex, FILLP_INT level, FILLP_INT optName, void *optVal, FIL… 27 FILLP_INT SockSetSockOpt(FILLP_INT sockIndex, FILLP_INT level, FILLP_INT optName,
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | callbacks.h | 110 FILLP_INT FillpSelect( 174 FILLP_INT FillpSysArchAtomicInc(IO SysArchAtomic *var, FILLP_INT val); 188 FILLP_INT FillpSysArchAtomicDec(IO SysArchAtomic *var, FILLP_INT val); 209 FILLP_INT FillpSysArchAtomicSet(IN SysArchAtomic *var, FILLP_INT newValue); 319 FILLP_INT fd, 320 FILLP_INT type, 350 IN FILLP_INT sockFd, 353 IN FILLP_INT flags, 367 IN FILLP_INT flags, 418 IN FILLP_INT level, [all …]
|
H A D | sockets.h | 91 FILLP_INT index; /* index of table */ 95 FILLP_INT coreErrType[MAX_SPUNGE_TYPE_NUM]; 98 FILLP_INT listenBacklog; 130 FILLP_INT socketType; // get from SockSocket 137 FILLP_INT freeTimeCount; 142 FILLP_INT err; 203 FILLP_INT size; 236 FILLP_INT sockIndex; 241 FILLP_INT SysArchSetSockRcvbuf(FILLP_INT sock, FILLP_UINT size); 242 FILLP_INT SysArchSetSockSndbuf(FILLP_INT sock, FILLP_UINT size); [all …]
|
H A D | queue.h | 28 FILLP_INT allocType; 36 static __inline FillpErrorType FillpQueuePush(FillpQueue *q, void **msg, FILLP_INT isTryPush, FILLP… in FillpQueuePush() 38 FILLP_INT ret; in FillpQueuePush() 39 FILLP_INT totalPush = 0; in FillpQueuePush() 53 static __inline FILLP_INT FillpQueuePop(FillpQueue *q, void **msg, FILLP_UINT count) in FillpQueuePop() 89 static __inline void FillpQueueInit(FillpQueue *q, char *name, size_t size, FILLP_INT allocType) in FillpQueueInit() 97 static __inline FillpQueue *FillpQueueCreate(char *name, size_t size, FILLP_INT allocType) in FillpQueueCreate()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_opt.c | 50 static FILLP_INT SockGetSockOptFillp(struct FtSocket *sock, FILLP_INT optName, void *optVal, FILLP_… in SockGetSockOptFillp() 52 FILLP_INT err; in SockGetSockOptFillp() 55 if (*optLen < (FILLP_INT)sizeof(FILLP_INT)) { in SockGetSockOptFillp() 62 *optLen = (FILLP_INT)sizeof(FILLP_INT); in SockGetSockOptFillp() 65 *optLen = (FILLP_INT)sizeof(FILLP_INT); in SockGetSockOptFillp() 96 FILLP_INT SockGetSockOpt( in SockGetSockOpt() 158 FILLP_INT err; in SockSetOptTimestamp() 160 if (optLen < (FILLP_INT)sizeof(FILLP_INT)) { in SockSetOptTimestamp() 254 if (optLen < (FILLP_INT)sizeof(FILLP_INT)) { in SockSetOptDirectlySend() 267 FILLP_INT err = -1; in SockSetSockOptFillp() [all …]
|
H A D | api.c | 124 FILLP_INT DLL_API FtRecv(FILLP_INT fd, void *mem, size_t len, FILLP_INT flag) in FtRecv() 137 FILLP_INT DLL_API FtSend(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag) in FtSend() 172 FILLP_INT DLL_API FtWritev(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount) in FtWritev() 185 FILLP_INT DLL_API FtReadv(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount) in FtReadv() 198 FILLP_INT DLL_API FtClose(FILLP_INT fd) in FtClose() 209 FILLP_INT DLL_API FtShutDown(FILLP_INT fd, FILLP_INT how) in FtShutDown() 244 FILLP_INT DLL_API FtListen(FILLP_INT fd, FILLP_INT backLog) in FtListen() 295 FILLP_INT DLL_API FtEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeE… in FtEpollCtl() 300 FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents,… in FtEpollWait() 311 FILLP_INT DLL_API FtFcntl(FILLP_INT fd, FILLP_INT cmd, FILLP_INT val) in FtFcntl() [all …]
|
H A D | epoll_app.c | 221 FILLP_INT error; in EpRemove() 222 FILLP_INT fd; in EpRemove() 443 FILLP_INT fd) in EpInsert() 562 FILLP_INT epFd, in SpungeEpollCtlHandleAddEvent() 608 FILLP_INT epFd, in SpungeEpollCtlHandleDelEvent() 660 static FILLP_INT SpungeEpollCtlParaChk(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, in SpungeEpollCtlParaChk() 681 FILLP_INT SpungeEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpoll… in SpungeEpollCtl() 736 FILLP_INT SpungeEpollFindRemove(FILLP_INT epFd, FILLP_INT fd) in SpungeEpollFindRemove() 794 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FIL… in SpungeEpollWait() 796 FILLP_INT num; in SpungeEpollWait() [all …]
|
H A D | socket_app.c | 81 static FILLP_INT SockCheckDomainTypeProto(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol) in SockCheckDomainTypeProto() 106 FILLP_INT SockSocket(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol) in SockSocket() 155 FILLP_INT SockSend(FILLP_INT sockIndex, FILLP_CONST void *data, FILLP_SIZE_T size, FILLP_INT flags) in SockSend() 215 FILLP_INT SockSendFrame(FILLP_INT sockIndex, FILLP_CONST void *data, FILLP_SIZE_T size, FILLP_INT f… in SockSendFrame() 460 struct msghdr *msg, FILLP_INT flags, FILLP_INT bufLen) in SockSendmsgDataToBufCache() 516 FILLP_INT SockSendmsg(FILLP_INT sockIndex, struct msghdr *msg, FILLP_INT flags) in SockSendmsg() 558 FILLP_INT SockRecv(FILLP_INT s, void *mem, FILLP_SIZE_T len, FILLP_INT flags) in SockRecv() 728 FILLP_INT SockRecvmsg(FILLP_INT sockIndex, struct msghdr *msg, FILLP_INT flags) in SockRecvmsg() 1437 FILLP_INT SockFcntl(FILLP_INT s, FILLP_INT cmd, FILLP_INT val) in SockFcntl() 1480 FILLP_INT SockIoctlsocket(FILLP_INT s, FILLP_SLONG cmd, FILLP_CONST FILLP_INT *val) in SockIoctlsocket() [all …]
|
H A D | fillp_dfx.c | 42 FILLP_INT sockIdx; 198 FILLP_INT err; in FillpDfxEvtCbSet() 682 static FILLP_INT FillpDumpMgtMsgCb(FILLP_INT optVal, void *softObj, FillpDfxDumpFunc dump) in FillpDumpMgtMsgCb() 696 typedef FILLP_INT (*FillpDumpOptCb)(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump); 698 FILLP_INT opt; 728 static FILLP_INT IsCommonOptArgLegal(const FILLP_CHAR *optArgs, FILLP_INT opt) in IsCommonOptArgLegal() 751 static FILLP_INT FillpDfxDumpGetOptVal(const FillpDfxDumpOptArgs *optArgStr, FILLP_INT *optVal) in FillpDfxDumpGetOptVal() 761 *optVal = (FILLP_INT)val; in FillpDfxDumpGetOptVal() 772 FILLP_INT optVal; in FillpDfxDumpDealOptWithArgs() 781 FILLP_INT ret; in FillpDfxDumpDoParseOpt() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 128 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc() 138 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec() 521 FILLP_INT FillpSysArchAtomicInc(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicInc() 541 FILLP_INT FillpSysArchAtomicDec(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicDec() 688 FILLP_INT ret; in FillpArchInitSem() 896 FILLP_INT ret; in FillpSemTryWait() 1118 FILLP_INT FillpFuncIoCtlSocket(FILLP_INT fd, FILLP_INT type, FILLP_ULONG *parg) in FillpFuncIoCtlSocket() 1146 FILLP_INT FillpFuncSetSockOpt(IN FILLP_INT sockFd, IN FILLP_INT level, IN FILLP_INT optName, in FillpFuncSetSockOpt() 1152 FILLP_INT FillpFuncGetSockOpt(IN FILLP_INT sockFd, IN FILLP_INT level, IN FILLP_INT optName, IO voi… in FillpFuncGetSockOpt() 1186 FILLP_INT FillpFuncSendTo(IN FILLP_INT sockFd, IN const void *buf, IN FILLP_SIZE_T len, IN FILLP_IN… in FillpFuncSendTo() [all …]
|
H A D | fillp_os.c | 79 FILLP_INT SysArchSetSockBlocking(FILLP_INT sock, FILLP_BOOL blocking) in SysArchSetSockBlocking() 81 FILLP_INT flags; in SysArchSetSockBlocking() 91 flags = (FILLP_INT)(blocking ? ((FILLP_UINT)flags & ~(FILLP_UINT)O_NONBLOCK) : in SysArchSetSockBlocking() 102 FILLP_INT SysArchSetSockBlocking(FILLP_INT sock, FILLP_BOOL blocking) in SysArchSetSockBlocking() 109 return FILLP_IOCTLSOCKET(sock, (FILLP_INT)FIONBIO, &mode); in SysArchSetSockBlocking() 119 FILLP_INT SysSetThreadName(FILLP_CHAR *name, FILLP_UINT16 nameLen) in SysSetThreadName() 133 FILLP_INT SysArchSetSockSndbuf(FILLP_INT sock, FILLP_UINT size) in SysArchSetSockSndbuf() 139 …return FILLP_SETSOCKOPT(sock, SOL_SOCKET, SO_SNDBUF, (FILLP_CONST char *)&size, sizeof(FILLP_INT)); in SysArchSetSockSndbuf() 142 FILLP_INT SysArchSetSockRcvbuf(FILLP_INT sock, FILLP_UINT size) in SysArchSetSockRcvbuf() 148 …return FILLP_SETSOCKOPT(sock, SOL_SOCKET, SO_RCVBUF, (FILLP_CONST char *)&size, sizeof(FILLP_INT)); in SysArchSetSockRcvbuf()
|
H A D | timing_wheel.c | 37 FILLP_INT i; in FillpTimingWheelHandHourTick() 42 FILLP_INT tickLoop = (FILLP_INT)UTILS_MIN(tickDiff, FILLP_TIMING_WHEEL_SLOT_NUM - 1); in FillpTimingWheelHandHourTick() 86 FILLP_INT i; in FillpTimingWheelHandMinTick() 93 FILLP_INT minTick = (FILLP_INT)(tickDiff + minHand->curTick); in FillpTimingWheelHandMinTick() 128 FILLP_INT i; in FillpTimingWheelHandSecTick() 174 FILLP_INT i; in FillpInitTimingWheelTimeHand() 206 FILLP_INT tickDiff; in FillpTimingWheelAddTimerInner() 207 FILLP_INT secTick; in FillpTimingWheelAddTimerInner() 208 FILLP_INT minTick; in FillpTimingWheelAddTimerInner() 209 FILLP_INT hourTick; in FillpTimingWheelAddTimerInner() [all …]
|
H A D | check_gso_support.c | 34 FILLP_INT g_gsoSupport = FILLP_FALSE; 36 static FILLP_INT SendUdpSegment(struct sockaddr_in *sa) in SendUdpSegment() 38 FILLP_INT err; in SendUdpSegment() 55 FILLP_INT fd = socket(AF_INET, SOCK_DGRAM, 0); in SendUdpSegment() 75 err = (FILLP_INT)sendmsg(fd, &mh, 0); in SendUdpSegment() 80 static void RecvUdpSegment(FILLP_INT fd) in RecvUdpSegment() 82 FILLP_INT err; in RecvUdpSegment() 85 err = (FILLP_INT)recvfrom(fd, buf, sizeof(buf), 0, FILLP_NULL_PTR, FILLP_NULL_PTR); in RecvUdpSegment() 87 err = (FILLP_INT)recvfrom(fd, buf, sizeof(buf), 0, FILLP_NULL_PTR, FILLP_NULL_PTR); in RecvUdpSegment() 102 FILLP_INT ret; in CheckGSOSupport() [all …]
|
H A D | skiplist.c | 34 static FILLP_INT SkiplistRandomLevel(struct SkipList *list) in SkiplistRandomLevel() 36 FILLP_INT k = 1; in SkiplistRandomLevel() 117 FILLP_INT index; in SkipListPopValue() 161 FILLP_INT index; in SkipListPopTail() 196 FILLP_INT index; in SkiplistInsertAtMid() 242 FILLP_INT index; in SkipListInsertFirstNode() 243 FILLP_INT level = node->level; in SkipListInsertFirstNode() 294 FILLP_INT index; in SkipListInsert() 295 FILLP_INT level; in SkipListInsert() 296 FILLP_INT curMinLevel; in SkipListInsert() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_mgt_msg_log.c | 67 void FillpPktSimpleLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktHead *hdrInput, FILLP_INT di… in FillpPktSimpleLog() 79 void FillpConnReqLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktConnReq *req, FILLP_INT direct… in FillpConnReqLog() 117 return (FILLP_INT)formatLen; in FillpBitmapFormat() 138 return (FILLP_INT)formatLen; in FillpExtParaCharacterFormat() 159 return (FILLP_INT)formatLen; in FillpExtParaFcAlgFormat() 171 static FILLP_INT FillpExtParaFormat(FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extParaLen, FILLP_C… in FillpExtParaFormat() 181 FILLP_INT i; in FillpExtParaFormat() 196 return (FILLP_INT)formatLen; in FillpExtParaFormat() 251 void FillpConnConfirmTxLog(FILLP_INT sockIndex, FILLP_CONST FILLP_UCHAR *data, FILLP_INT dataLen, in FillpConnConfirmTxLog() 252 FILLP_INT extParaOffset) in FillpConnConfirmTxLog() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_mgt_msg_log.h | 32 void FillpPktSimpleLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktHead *hdrInput, FILLP_INT di… 33 void FillpConnReqLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktConnReq *req, FILLP_INT direct… 34 void FillpConnReqAckRxLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktHead *hdr, 36 void FillpConnReqAckTxLog(FILLP_INT sockIndex, FILLP_CONST struct FillpPktConnReqAck *ack, 37 FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extParaLen); 39 FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extParaLen); 40 void FillpConnConfirmTxLog(FILLP_INT sockIndex, FILLP_CONST FILLP_UCHAR *data, FILLP_INT dataLen, 41 FILLP_INT extParaOffset); 42 void FillpConnConfirmAckLog(FILLP_INT sockIndex, 43 FILLP_CONST struct FillpPktConnConfirmAck *confirmAck, FILLP_INT direction); [all …]
|
H A D | fillp_pcb.h | 39 typedef FILLP_INT (*fillpRecvFunc)(void *arg, void **buf, FILLP_INT count); 40 typedef FILLP_INT (*fillpSendFunc)(void *arg, FILLP_CONST char *buf, FILLP_INT size, void *pcb); 41 typedef FILLP_INT (*fillpSendmsgFunc)(void *arg, FILLP_CONST char *buf, FILLP_INT size, void *pcb); 167 FILLP_INT directlySend; 214 FILLP_INT resInited; 222 FILLP_INT isLast; 254 FILLP_INT FillpInitPcb(struct FillpPcb *pcb, FILLP_INT mpSendSize, FILLP_INT mpRecvSize);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | sysio.h | 32 int (*select)(void *arg, FILLP_INT timeoutUs); 33 void *(*createSocket)(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol); 48 …int (*getsockopt)(void *argSock, FILLP_INT level, FILLP_INT optName, void *optVal, FILLP_INT *optL… 49 …int (*setsockopt)(void *argSock, FILLP_INT level, FILLP_INT optName, FILLP_CONST void *optVal, soc… 76 SysIoSock *SysIoSocketFactory(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol); 78 int SysioSelect(FILLP_INT timeoutUs);
|
H A D | net.h | 44 FILLP_INT reference; 45 FILLP_INT addrType; 77 FILLP_INT lastErr; 92 FILLP_INT FillpErrToErrno(FILLP_INT err); 93 void FillpNetconnSetSafeErr(struct FtNetconn *conn, FILLP_INT err); 107 void NetconnSetLocalPort(struct FtNetconn *conn, FILLP_INT port); 109 void NetconnSetDirectlySend(struct FtNetconn *conn, FILLP_INT directlySend);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | sysio_udp.c | 42 FILLP_INT domain, 43 FILLP_INT type, 44 FILLP_INT protocol); 78 FILLP_INT level, 79 FILLP_INT optName, 84 FILLP_INT level, 85 FILLP_INT optName, 154 FILLP_INT flg = 0; in SysioSendUdp() 170 FILLP_INT level, in SysioGetsockoptUdp() 182 FILLP_INT level, in SysioSetsockoptUdp() [all …]
|
H A D | pcb.c | 32 static FILLP_INT SpungePcbRecv(void *argConn, void **buf, FILLP_INT count) in SpungePcbRecv() 45 FILLP_INT tmp = count; in SpungePcbRecv() 58 static FILLP_INT SpungePcbSend(void *arg, FILLP_CONST char *buf, in SpungePcbSend() 59 FILLP_INT size, void *ppcb) in SpungePcbSend() 72 if (size != (FILLP_INT) osSock->ioSock->ops->send(osSock->ioSock, in SpungePcbSend() 98 SysIoUdpSock *udpSock, FILLP_INT size) in SpungePcbSendmsgInner() 129 FILLP_INT sentFail = 0; in SpungePcbSendmsgInner() 153 FILLP_INT SpungePcbSendmsg(void *arg, FILLP_CONST char *buf, FILLP_INT size, void *pcb) in SpungePcbSendmsg() 160 FILLP_INT ret; in SpungePcbSendmsg() 283 void SpungePcbSetLocalPort(struct SpungePcb *pcb, FILLP_INT port) in SpungePcbSetLocalPort() [all …]
|