OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sctp_send_failed
(Results
1 - 6
of
6
) sorted by null
/external/ltp/utils/sctp/func_tests/
test_sctp_sendrecvmsg.c
88
struct
sctp_send_failed
*ssf;
307
sizeof(struct
sctp_send_failed
) +
309
SCTP_SEND_FAILED
, 0);
310
ssf = (struct
sctp_send_failed
*)big_buffer;
329
sizeof(struct
sctp_send_failed
) +
331
SCTP_SEND_FAILED
, 0);
332
ssf = (struct
sctp_send_failed
*)big_buffer;
test_timetolive.c
112
struct
sctp_send_failed
*ssf;
362
sizeof(struct
sctp_send_failed
) +
364
SCTP_SEND_FAILED
, 0);
365
ssf = (struct
sctp_send_failed
*)iov.iov_base;
379
sizeof(struct
sctp_send_failed
) +
381
SCTP_SEND_FAILED
, 0);
382
ssf = (struct
sctp_send_failed
*)iov.iov_base;
/bionic/libc/kernel/uapi/linux/
sctp.h
214
struct
sctp_send_failed
{
struct
323
struct
sctp_send_failed
sn_send_failed;
339
SCTP_SEND_FAILED
,
340
#define
SCTP_SEND_FAILED
SCTP_SEND_FAILED
/external/iproute2/include/uapi/linux/
sctp.h
387
* 5.3.1.4
SCTP_SEND_FAILED
392
struct
sctp_send_failed
{
struct
567
struct
sctp_send_failed
sn_send_failed;
589
SCTP_SEND_FAILED
,
590
#define
SCTP_SEND_FAILED
SCTP_SEND_FAILED
/external/kernel-headers/original/uapi/linux/
sctp.h
389
* 5.3.1.4
SCTP_SEND_FAILED
394
struct
sctp_send_failed
{
struct
569
struct
sctp_send_failed
sn_send_failed;
591
SCTP_SEND_FAILED
,
592
#define
SCTP_SEND_FAILED
SCTP_SEND_FAILED
/external/ltp/utils/sctp/include/netinet/
sctp.h
280
* 5.3.1.4
SCTP_SEND_FAILED
285
struct
sctp_send_failed
{
struct
416
struct
sctp_send_failed
sn_send_failed;
435
SCTP_SEND_FAILED
,
436
#define
SCTP_SEND_FAILED
SCTP_SEND_FAILED
Completed in 249 milliseconds