Searched refs:in_header (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/ |
H A D | ssmtp-bug584162-fix.patch | 24 * Simplified the last if(in_header) conditional in header_parse(), 25 because it erroneously assumes that if in_header == True, then c could 90 - if(in_header) { 106 - in_header = False; 118 + if(in_header && l == '\n') {
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_sip.c | 467 enum sip_header_types type, int *in_header, in ct_sip_walk_headers() argument 472 if (in_header && *in_header) { in ct_sip_walk_headers() 482 *in_header = 0; in ct_sip_walk_headers() 495 if (in_header) in ct_sip_walk_headers() 496 *in_header = 1; in ct_sip_walk_headers() 507 enum sip_header_types type, int *in_header, in ct_sip_parse_header_uri() argument 516 type, in_header, matchoff, matchlen); in ct_sip_parse_header_uri()
|
H A D | nf_nat_sip.c | 157 int request, in_header; in nf_nat_sip() local 262 in_header = 0; in nf_nat_sip() 264 SIP_HDR_CONTACT, &in_header, in nf_nat_sip()
|
/openbmc/linux/include/linux/netfilter/ |
H A D | nf_conntrack_sip.h | 179 enum sip_header_types type, int *in_header,
|