search for: dmport

Displaying 2 results from an estimated 2 matches for "dmport".

Did you mean: import
2003 Feb 20
0
Netbios name service forwarding.
...toa (i->bcast.sin_addr)); syslog (LOG_ERR, ptr); } i->next = ifs; ifs = i; } int main (int argc, char **argv) { unsigned char buf[8192]; int w = getdtablesize (); int len; int fromlen; iface i, j; struct sockaddr_in from; fd_set rfds; int tid; int bcast; int dmport; if (argc < 3) { fprintf (stderr, "Usage:\n"); fprintf (stderr, "%s nmbdport interface [interface] [interface] ...\n"); exit (1); } openlog ("nbnsfw", LOG_CONS, LOG_DAEMON); daemon (0, 0); setsid (); argc--; argv++; dmpor...
2017 May 12
0
Wine release 2.8
...some IDirectMusic_SetDirectSound() tests. dmusic/tests: Expand the dsound refcount testing with the port. dmusic: Use more sensible and consistent field names for IDirectMusic8Impl. dmusic: Implement IDirectMusic8::SetDirectSound(). dmusic: Pass only the needed stuff to the DMPort create functions. dmusic: Partially implement the synth IDirectMusicPort::SetDirectSound(). dmusic: Add dsound handling to the synth port Activate() method. dmime/tests: Add refcount test for generated dmusic/dsound. dmime: Simplify the check if the performance was initializ...