Searched refs:udpp (Results 1 – 2 of 2) sorted by relevance
1923 struct udphdr *udpp = (struct udphdr *)(mp->b_rptr + offset + iplen); in calc_ocsum() local1938 (uint16_t)(dst) + (udpp->uh_ulen + htons(IPPROTO_UDP)); in calc_ocsum()1945 udpp->uh_sum = 0; in calc_ocsum()
428 udp_t **udpp; in udp_bind_hash_insert() local434 udpp = &uf->uf_udp; in udp_bind_hash_insert()435 udpnext = udpp[0]; in udp_bind_hash_insert()449 while ((udpnext = udpp[0]) != NULL && in udp_bind_hash_insert()451 udpp = &(udpnext->udp_bind_hash); in udp_bind_hash_insert()460 udp->udp_ptpbhn = udpp; in udp_bind_hash_insert()461 udpp[0] = udp; in udp_bind_hash_insert()