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

/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c391 udp_t *udpnext; local
411 udpnext = udp->udp_bind_hash;
412 if (udpnext != NULL) {
413 udpnext->udp_ptpbhn = udp->udp_ptpbhn;
416 *udp->udp_ptpbhn = udpnext;
429 udp_t *udpnext; local
435 udpnext = udpp[0];
436 if (udpnext != NULL) {
446 connext = udpnext->udp_connp;
449 while ((udpnext
[all...]

Completed in 51 milliseconds