Searched refs:RequiredCapLen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c14089 #define RequiredCapLen(P) ((P)==0x01 ? 4 : (P)==0x06 ? 20 : (P)==0x11 ? 8 : (P)==0x3A ? 24 : 0) macro
14103 if (transEnd >= trans + RequiredCapLen(pkt->v4.protocol))
14113 if (end >= trans + RequiredCapLen(pkt->v6.pro))

Completed in 136 milliseconds