Home
last modified time | relevance | path

Searched refs:su_send (Results 1 – 14 of 14) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/tests/
H A Dtest_nat.c668 m = su_send(b->out_socket, nat->buffer, n, 0); in new_udp()
710 m = su_send(b->out_socket, nat->buffer, len, 0); in udp_in_to_out()
751 m = su_send(b->in_socket, nat->buffer, n, 0); in udp_out_to_in()
811 o = su_send(b->out_socket, nat->buffer + m, n - m, 0); in tcp_in_to_out()
850 o = su_send(b->in_socket, nat->buffer + m, n - m, 0); in tcp_out_to_in()
/dports/net/sofia-sip/sofia-sip-1.13.4/tests/
H A Dtest_nat.c668 m = su_send(b->out_socket, nat->buffer, n, 0); in new_udp()
710 m = su_send(b->out_socket, nat->buffer, len, 0); in udp_in_to_out()
751 m = su_send(b->in_socket, nat->buffer, n, 0); in udp_out_to_in()
811 o = su_send(b->out_socket, nat->buffer + m, n - m, 0); in tcp_in_to_out()
850 o = su_send(b->in_socket, nat->buffer + m, n - m, 0); in tcp_out_to_in()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/sofia-sip/
H A Dsu.h327 su_send(su_socket_t s, void *buffer, size_t length, int flags),
355 #define su_send(s,b,l,f) send((s),(b),(l),(f)) macro
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/sofia-sip/
H A Dsu.h327 su_send(su_socket_t s, void *buffer, size_t length, int flags),
355 #define su_send(s,b,l,f) send((s),(b),(l),(f)) macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dsu.docs97 * - su_send(), su_sendto(): type-compatible send()
H A Dsu.c414 ssize_t su_send(su_socket_t s, void *buffer, size_t length, int flags) in su_send() function
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dsu.docs97 * - su_send(), su_sendto(): type-compatible send()
H A Dsu.c414 ssize_t su_send(su_socket_t s, void *buffer, size_t length, int flags) in su_send() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/tport/
H A Dtest_tport.c1029 TEST(su_send(s, "F", 1, 0), 1); in test_incomplete()
1031 TEST(su_send(s, "O", 1, 0), 1); in test_incomplete()
1033 TEST(su_send(s, "O", 1, 0), 1); in test_incomplete()
1035 TEST(su_send(s, " ", 1, 0), 1); in test_incomplete()
H A Dtport_logging.c443 su_send(mr->mr_capt_sock, buffer, buflen, 0); in tport_capt_msg()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/tport/
H A Dtest_tport.c1029 TEST(su_send(s, "F", 1, 0), 1); in test_incomplete()
1031 TEST(su_send(s, "O", 1, 0), 1); in test_incomplete()
1033 TEST(su_send(s, "O", 1, 0), 1); in test_incomplete()
1035 TEST(su_send(s, " ", 1, 0), 1); in test_incomplete()
H A Dtport_logging.c443 su_send(mr->mr_capt_sock, buffer, buflen, 0); in tport_capt_msg()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nth/
H A Dtest_nth.c582 TEST_SIZE(su_send(c, req, reqlen, 0), reqlen); in send_request()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nth/
H A Dtest_nth.c582 TEST_SIZE(su_send(c, req, reqlen, 0), reqlen); in send_request()