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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c105 typedef enum { unicast, bcast, mcast } dstaddr_t; enumerator in enum:__anon265
1007 in_addr_t dst, /* 0 or unicast destination */
1028 case unicast: /* unicast */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c27 #include "uDNS.h" // Defines entry points into unicast-specific routines
115 // sent with the "request unicast response" (QU) bit set.
163 // Depending on whether this is a multicast or unicast question we want to set either:
458 // The chance of there being a second unicast UDP packet already waiting in the kernel before we’ve
519 // If a unicast query results in a CNAME that points to a .local, we need to re-try
520 // this as unicast. Setting the mDNSInterface_Unicast tells mDNS_StartQuery_internal
521 // to try this as unicast query even though it is a .local name
714 // Adjustment factor to avoid race condition (used for unicast cache entries) :
1450 return(mStatus_NoError); // <--- Note: For unicast records, code currently bails out at this point
1522 if (!AuthRecord_uDNS(rr)) // This check is superfluous, given that for unicast record
6257 SendSleepGoodbyes(mDNS *const m, mDNSBool AllInterfaces, mDNSBool unicast) argument
[all...]

Completed in 79 milliseconds