Lines Matching defs:udpnext
457 udp_t *udpnext;
477 udpnext = udp->udp_bind_hash;
478 if (udpnext != NULL) {
479 udpnext->udp_ptpbhn = udp->udp_ptpbhn;
482 *udp->udp_ptpbhn = udpnext;
495 udp_t *udpnext;
501 udpnext = udpp[0];
502 if (udpnext != NULL) {
512 connext = udpnext->udp_connp;
515 while ((udpnext = udpp[0]) != NULL &&
517 udpp = &(udpnext->udp_bind_hash);
519 if (udpnext != NULL)
520 udpnext->udp_ptpbhn = &udp->udp_bind_hash;
522 udpnext->udp_ptpbhn = &udp->udp_bind_hash;
525 udp->udp_bind_hash = udpnext;