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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2344 // If we are going to sleep and in SleepState_Sleeping, SendGoodbyes on the interface tell you
2346 if (!intf->SendGoodbyes)
6269 intf->SendGoodbyes = 1;
6350 mDNSBool SendGoodbyes = mDNStrue; local
6374 intf->SendGoodbyes = 0;
6394 intf->SendGoodbyes = 1;
6415 SendGoodbyes = mDNSfalse;
6444 SendGoodbyes = mDNSfalse;
6510 if (SendGoodbyes)
H A DmDNSEmbeddedAPI.h2161 mDNSu8 SendGoodbyes; // Send goodbyes on this interface while sleeping member in struct:NetworkInterfaceInfo_struct

Completed in 105 milliseconds