Searched refs:hnfo (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_sip.c327 const struct sip_header_nfo *hnfo = &ct_sip_hdrs[pos]; local
331 limit = dptr + (dlen - hnfo->lnlen);
334 if ((strncmp(dptr, hnfo->lname, hnfo->lnlen) != 0) &&
335 (strncmp(dptr, hnfo->sname, hnfo->snlen) != 0)) {
339 aux = ct_sip_search(hnfo->ln_str, dptr, hnfo->ln_strlen,
341 hnfo->case_sensitive);
343 DEBUGP("'%s' not found in '%s'.\n", hnfo
[all...]

Completed in 42 milliseconds