Lines Matching defs:hasqid
122 * => Sets hasqid=true if the packet has a Query Id. In this case neither
127 npfa_icmp4_inspect(const int type, npf_cache_t *npc, bool *hasqid)
151 *hasqid = true;
160 npfa_icmp6_inspect(const int type, npf_cache_t *npc, bool *hasqid)
179 *hasqid = true;
196 bool ret, hasqid = false;
217 ret = npfa_icmp4_inspect(ic->icmp_type, enpc, &hasqid);
221 ret = npfa_icmp6_inspect(ic6->icmp6_type, enpc, &hasqid);
230 if (hasqid) {
242 bool hasqid = false;
286 ret = npfa_icmp4_inspect(ic->icmp_type, &enpc, &hasqid);
287 if (!ret || !hasqid)
294 ret = npfa_icmp6_inspect(ic6->icmp6_type, &enpc, &hasqid);
295 if (!ret || !hasqid)