Home
last modified time | relevance | path

Searched refs:ValidOwnerLength (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h973 #define ValidOwnerLength(X) ( (X) == DNSOpt_OwnerData_ID_Space - 4 || \ macro
H A DDNSCommon.c3184 if (ValidOwnerLength(opt->optlen)) in SetRData()