Searched refs:udpp (Results 1 – 3 of 3) sorted by relevance
46 struct usb_devemu **udpp, *udp; in usb_emu_finddev() local48 SET_FOREACH(udpp, usb_emu_set) { in usb_emu_finddev()49 udp = *udpp; in usb_emu_finddev()
1921 struct udphdr *udpp = (struct udphdr *)(mp->b_rptr + offset + iplen); in calc_ocsum() local1936 (uint16_t)(dst) + (udpp->uh_ulen + htons(IPPROTO_UDP)); in calc_ocsum()1943 udpp->uh_sum = 0; in calc_ocsum()
511 udp_t **udpp; in udp_bind_hash_insert() local517 udpp = &uf->uf_udp; in udp_bind_hash_insert()518 udpnext = udpp[0]; in udp_bind_hash_insert()532 while ((udpnext = udpp[0]) != NULL && in udp_bind_hash_insert()534 udpp = &(udpnext->udp_bind_hash); in udp_bind_hash_insert()543 udp->udp_ptpbhn = udpp; in udp_bind_hash_insert()544 udpp[0] = udp; in udp_bind_hash_insert()