Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/
H A Dsge.c1923 struct udphdr *udpp = (struct udphdr *)(mp->b_rptr + offset + iplen); in calc_ocsum() local
1938 (uint16_t)(dst) + (udpp->uh_ulen + htons(IPPROTO_UDP)); in calc_ocsum()
1945 udpp->uh_sum = 0; in calc_ocsum()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c494 udp_t **udpp; in udp_bind_hash_insert() local
500 udpp = &uf->uf_udp; in udp_bind_hash_insert()
501 udpnext = udpp[0]; in udp_bind_hash_insert()
515 while ((udpnext = udpp[0]) != NULL && in udp_bind_hash_insert()
517 udpp = &(udpnext->udp_bind_hash); in udp_bind_hash_insert()
526 udp->udp_ptpbhn = udpp; in udp_bind_hash_insert()
527 udpp[0] = udp; in udp_bind_hash_insert()