Searched refs:udpnext (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/udp/
H A Dudp.c388 udp_t *udpnext; local
408 udpnext = udp->udp_bind_hash;
409 if (udpnext != NULL) {
410 udpnext->udp_ptpbhn = udp->udp_ptpbhn;
413 *udp->udp_ptpbhn = udpnext;
426 udp_t *udpnext; local
432 udpnext = udpp[0];
433 if (udpnext != NULL) {
443 connext = udpnext->udp_connp;
446 while ((udpnext
[all...]

Completed in 114 milliseconds