Home
last modified time | relevance | path

Searched refs:send_connect_packet (Results 1 – 2 of 2) sorted by relevance

/dports/net/courier-sox/courier-sox-0.12.20180428/
H A Dsox.c1480 static int send_connect_packet(struct sox_info *si);
1787 si->connect_func=send_connect_packet; in prep_connect_packet()
1797 static int send_connect_packet(struct sox_info *si) in send_connect_packet() function
1813 si->connect_func=send_connect_packet; in send_connect_packet()
/dports/comms/libusbmuxd/libusbmuxd-2.0.2/src/
H A Dlibusbmuxd.c743 static int send_connect_packet(int sfd, uint32_t tag, uint32_t device_id, uint16_t port) in send_connect_packet() function
1524 if (send_connect_packet(sfd, tag, (uint32_t)handle, (uint16_t)port) <= 0) { in usbmuxd_connect()