Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c5129 udp_t *udp1; in udp_do_bind() local
5141 for (udp1 = udpf->uf_udp; udp1 != NULL; in udp_do_bind()
5142 udp1 = udp1->udp_bind_hash) { in udp_do_bind()
5143 connp1 = udp1->udp_connp; in udp_do_bind()
5177 IPCL_CONNS_MAC(udp1->udp_connp, connp)) { in udp_do_bind()
5257 if (udp1 == NULL) { in udp_do_bind()
5723 udp_t *udp, *udp1; in udp_do_connect() local
5954 for (udp1 = udpf->uf_udp; udp1 != NULL; udp1 = udp1->udp_bind_hash) { in udp_do_connect()
5955 if (udp1->udp_state != TS_DATA_XFER) in udp_do_connect()
5958 if (udp1 == udp) in udp_do_connect()
[all …]