Lines Matching defs:udpnext
459 udp_t *udpnext;
479 udpnext = udp->udp_bind_hash;
480 if (udpnext != NULL) {
481 udpnext->udp_ptpbhn = udp->udp_ptpbhn;
484 *udp->udp_ptpbhn = udpnext;
497 udp_t *udpnext;
503 udpnext = udpp[0];
504 if (udpnext != NULL) {
514 connext = udpnext->udp_connp;
517 while ((udpnext = udpp[0]) != NULL &&
519 udpp = &(udpnext->udp_bind_hash);
521 if (udpnext != NULL)
522 udpnext->udp_ptpbhn = &udp->udp_bind_hash;
524 udpnext->udp_ptpbhn = &udp->udp_bind_hash;
527 udp->udp_bind_hash = udpnext;