Searched refs:data_source (Results 1 – 1 of 1) sorted by relevance
93 union sockunion data_source; variable556 data_source.su_port = htons(ntohs(ctrl_addr.su_port) - 1); in main()1810 data_source = ctrl_addr; in getdatasock()1811 data_source.su_port = htons(dataport); in getdatasock()1823 if (bind(s, (struct sockaddr *)&data_source, in getdatasock()1824 data_source.su_len) >= 0) in getdatasock()1832 if (data_source.su_family == AF_INET) in getdatasock()1937 if (getnameinfo((struct sockaddr *)&data_source, in dataconn()1938 data_source.su_len, in dataconn()