Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c5016 udp_t *udp1; in udp_do_bind() local
5028 for (udp1 = udpf->uf_udp; udp1 != NULL; in udp_do_bind()
5029 udp1 = udp1->udp_bind_hash) { in udp_do_bind()
5030 connp1 = udp1->udp_connp; in udp_do_bind()
5064 IPCL_CONNS_MAC(udp1->udp_connp, connp)) { in udp_do_bind()
5122 if (udp1 == NULL) { in udp_do_bind()
5534 udp_t *udp, *udp1; in udp_do_connect() local
5765 for (udp1 = udpf->uf_udp; udp1 != NULL; udp1 = udp1->udp_bind_hash) { in udp_do_connect()
5766 if (udp1->udp_state != TS_DATA_XFER) in udp_do_connect()
5769 if (udp1 == udp) in udp_do_connect()
[all …]