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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c10483 #define RequiredCapLen(P) ((P)==0x01 ? 4 : (P)==0x06 ? 20 : (P)==0x11 ? 8 : (P)==0x3A ? 24 : 0) macro
10495 if (end >= trans + RequiredCapLen(pkt->v4.protocol))
10505 if (end >= trans + RequiredCapLen(pkt->v6.pro))

Completed in 108 milliseconds