Searched defs:mss (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_socket.c | 83 static inline void SetupCmsg(struct cmsghdr *cm, uint16_t mss) in SetupCmsg() argument 96 int32_t SocketSendEx(const Socket *s, uint16_t mss, const struct iovec *iov, uint32_t cnt) in SocketSendEx() argument 115 SetupCmsg(CMSG_FIRSTHDR(&mh), mss); in SocketSendEx() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_socket.c | 66 static inline void SetupCmsg(struct cmsghdr *cm, uint16_t mss) in SetupCmsg() argument 79 int32_t SocketSendEx(const Socket *s, uint16_t mss, const struct iovec *iov, uint32_t cnt) in SocketSendEx() argument 98 SetupCmsg(CMSG_FIRSTHDR(&mh), mss); in SocketSendEx() local
|
Completed in 2 milliseconds