Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_emul.c47 struct usb_devemu **udpp, *udp; in usb_emu_finddev() local
49 SET_FOREACH(udpp, usb_emu_set) { in usb_emu_finddev()
50 udp = *udpp; in usb_emu_finddev()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c1921 struct udphdr *udpp = (struct udphdr *)(mp->b_rptr + offset + iplen); in calc_ocsum() local
1936 (uint16_t)(dst) + (udpp->uh_ulen + htons(IPPROTO_UDP)); in calc_ocsum()
1943 udpp->uh_sum = 0; in calc_ocsum()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c510 udp_t **udpp; in udp_bind_hash_insert() local
516 udpp = &uf->uf_udp; in udp_bind_hash_insert()
517 udpnext = udpp[0]; in udp_bind_hash_insert()
531 while ((udpnext = udpp[0]) != NULL && in udp_bind_hash_insert()
533 udpp = &(udpnext->udp_bind_hash); in udp_bind_hash_insert()
542 udp->udp_ptpbhn = udpp; in udp_bind_hash_insert()
543 udpp[0] = udp; in udp_bind_hash_insert()