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

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_nbt.c428 NbtDataHeader *ndh; local
439 ndh = (NbtDataHeader *)udp_next(uh);
440 if ((char *)(ndh + 1) > pmax)
443 printf("\nType=%02x,", ndh->type);
445 switch (ndh->type) {
449 p = (u_char *) ndh + 14;
454 p = (u_char *) ndh + 11;
459 p = (u_char *) ndh + 10;
466 printf("%s:%d-->", inet_ntoa(ndh->source_ip), ntohs(ndh
[all...]

Completed in 61 milliseconds