Searched defs:conn_output (Results 1 – 10 of 10) sorted by relevance
/external/usrsctp/fuzzer/ |
D | fuzzer_listen.c | 55 conn_output(void *addr, void *buf, size_t length, uint8_t tos, uint8_t set_df) in conn_output() function
|
D | fuzzer_connect.c | 85 conn_output(void *addr, void *buf, size_t length, uint8_t tos, uint8_t set_df) in conn_output() function
|
/external/usrsctp/programs/ |
D | ekr_server.c | 100 conn_output(void *addr, void *buf, size_t length, uint8_t tos, uint8_t set_df) function
|
D | ekr_peer.c | 95 conn_output(void *addr, void *buffer, size_t length, uint8_t tos, uint8_t set_df) function
|
D | ekr_client.c | 99 conn_output(void *addr, void *buf, size_t length, uint8_t tos, uint8_t set_df) function
|
D | ekr_loop.c | 100 conn_output(void *addr, void *buf, size_t length, uint8_t tos, uint8_t set_df) function
|
D | ekr_loop_offload.c | 115 conn_output(void *addr, void *buffer, size_t length, uint8_t tos, uint8_t set_df) function
|
D | st_client.c | 222 conn_output(void *addr, void *buf, size_t length, uint8_t tos, uint8_t set_df) function
|
D | ekr_loop_upcall.c | 101 conn_output(void *addr, void *buf, size_t length, uint8_t tos, uint8_t set_df) function
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.h | 349 int (*conn_output)(void *addr, void *buffer, size_t length, uint8_t tos, uint8_t set_df); member
|