Home
last modified time | relevance | path

Searched refs:IOV_CNT (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcheck_gso_support.c31 #define IOV_CNT 2 macro
45 struct iovec iov[IOV_CNT] = { in SendUdpSegment()
63 mh.msg_iovlen = IOV_CNT; in SendUdpSegment()
77 return (err == (IOV_CNT * CFG_MSS)) ? FILLP_TRUE : FILLP_FALSE; in SendUdpSegment()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_socket.c25 #define IOV_CNT 2 macro
114 struct iovec iov[IOV_CNT] = { in SendUdpSegment()
132 mh.msg_iovlen = IOV_CNT; in SendUdpSegment()
143 return (err == (IOV_CNT * DEFAULT_UDP_MSS)) ? NSTACKX_EOK : NSTACKX_EFAILED; in SendUdpSegment()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_socket.c25 #define IOV_CNT 2 macro

Completed in 2 milliseconds