Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_sctp.c591 struct xbind_entry *xbe, *xbe0; in iperf_sctp_bindx() local
600 xbe0 = NULL; in iperf_sctp_bindx()
626 xbe0 = TAILQ_FIRST(&test->xbind_addrs); in iperf_sctp_bindx()
627 TAILQ_REMOVE(&test->xbind_addrs, xbe0, link); in iperf_sctp_bindx()
629 if ((gerror = getaddrinfo(xbe0->name, servname, &hints, &xbe0->ai)) != 0) { in iperf_sctp_bindx()
635 ai = xbe0->ai; in iperf_sctp_bindx()
720 if (!is_server && xbe0) in iperf_sctp_bindx()
721 TAILQ_INSERT_HEAD(&test->xbind_addrs, xbe0, link); in iperf_sctp_bindx()