Searched defs:addrcnt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsctp/common/
H A Dsctp.c63 sctp_bindx(int sock, void *addrs, int addrcnt, int flags) argument
67 if (addrs == NULL || addrcnt == 0) {
88 sz * addrcnt));
91 sz * addrcnt));
374 sctp_connectx(int sd, struct sockaddr *addrs, int addrcnt, sctp_assoc_t *aid) argument
379 if (addrs == NULL || addrcnt <= 0) {
397 ctx.sctx_addr_cnt = addrcnt;
398 ctx.sctx_addr_len = addrcnt * sz;
538 int addrcnt, void *info, socklen_t infolen, unsigned int infotype,
548 if ((addrcnt >
537 sctp_sendv(int sd, const struct iovec *iov, int iovcnt, struct sockaddr *addrs, int addrcnt, void *info, socklen_t infolen, unsigned int infotype, int flags) argument
[all...]

Completed in 16 milliseconds