Searched refs:udp1 (Results 1 – 1 of 1) sorted by relevance
5129 udp_t *udp1; in udp_do_bind() local5141 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() local5954 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 …]