| H A D | nf_conntrack_sip.c | 66 static int string_len(const struct nf_conn *ct, const char *dptr, in string_len() argument 71 while (dptr < limit && isalpha(*dptr)) { in string_len() 72 dptr++; in string_len() 78 static int digits_len(const struct nf_conn *ct, const char *dptr, in digits_len() argument 82 while (dptr < limit && isdigit(*dptr)) { in digits_len() 83 dptr++; in digits_len() 100 static int word_len(const char *dptr, const char *limit) in word_len() argument 103 while (dptr < limi in word_len() 110 callid_len(const struct nf_conn * ct,const char * dptr,const char * limit,int * shift) callid_len() argument 129 media_len(const struct nf_conn * ct,const char * dptr,const char * limit,int * shift) media_len() argument 185 epaddr_len(const struct nf_conn * ct,const char * dptr,const char * limit,int * shift) epaddr_len() argument 205 skp_epaddr_len(const struct nf_conn * ct,const char * dptr,const char * limit,int * shift) skp_epaddr_len() argument 238 ct_sip_parse_request(const struct nf_conn * ct,const char * dptr,unsigned int datalen,unsigned int * matchoff,unsigned int * matchlen,union nf_inet_addr * addr,__be16 * port) ct_sip_parse_request() argument 312 sip_follow_continuation(const char * dptr,const char * limit) sip_follow_continuation() argument 336 sip_skip_whitespace(const char * dptr,const char * limit) sip_skip_whitespace() argument 350 ct_sip_header_search(const char * dptr,const char * limit,const char * needle,unsigned int len) ct_sip_header_search() argument 367 ct_sip_get_header(const struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,enum sip_header_types type,unsigned int * matchoff,unsigned int * matchlen) ct_sip_get_header() argument 435 ct_sip_next_header(const struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,enum sip_header_types type,unsigned int * matchoff,unsigned int * matchlen) ct_sip_next_header() argument 465 ct_sip_walk_headers(const struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,enum sip_header_types type,int * in_header,unsigned int * matchoff,unsigned int * matchlen) ct_sip_walk_headers() argument 505 ct_sip_parse_header_uri(const struct nf_conn * ct,const char * dptr,unsigned int * dataoff,unsigned int datalen,enum sip_header_types type,int * in_header,unsigned int * matchoff,unsigned int * matchlen,union nf_inet_addr * addr,__be16 * port) ct_sip_parse_header_uri() argument 538 ct_sip_parse_param(const struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,const char * name,unsigned int * matchoff,unsigned int * matchlen) ct_sip_parse_param() argument 566 ct_sip_parse_address_param(const struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,const char * name,unsigned int * matchoff,unsigned int * matchlen,union nf_inet_addr * addr,bool delim) ct_sip_parse_address_param() argument 593 ct_sip_parse_numerical_param(const struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,const char * name,unsigned int * matchoff,unsigned int * matchlen,unsigned int * val) ct_sip_parse_numerical_param() argument 623 ct_sip_parse_transport(struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,u8 * proto) ct_sip_parse_transport() argument 673 sdp_addr_len(const struct nf_conn * ct,const char * dptr,const char * limit,int * shift) sdp_addr_len() argument 711 ct_sdp_header_search(const char * dptr,const char * limit,const char * needle,unsigned int len) ct_sdp_header_search() argument 727 ct_sip_get_sdp_header(const struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,enum sdp_header_types type,enum sdp_header_types term,unsigned int * matchoff,unsigned int * matchlen) ct_sip_get_sdp_header() argument 781 ct_sip_parse_sdp_addr(const struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,enum sdp_header_types type,enum sdp_header_types term,unsigned int * matchoff,unsigned int * matchlen,union nf_inet_addr * addr) ct_sip_parse_sdp_addr() argument 848 set_expected_rtp_rtcp(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,union nf_inet_addr * daddr,__be16 port,enum sip_expectation_classes class,unsigned int mediaoff,unsigned int medialen) set_expected_rtp_rtcp() argument 1009 sdp_media_type(const char * dptr,unsigned int matchoff,unsigned int matchlen) sdp_media_type() argument 1028 process_sdp(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq) process_sdp() argument 1137 process_invite_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq,unsigned int code) process_invite_response() argument 1154 process_update_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq,unsigned int code) process_update_response() argument 1171 process_prack_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq,unsigned int code) process_prack_response() argument 1188 process_invite_request(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq) process_invite_request() argument 1205 process_bye_request(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq) process_bye_request() argument 1221 process_register_request(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq) process_register_request() argument 1324 process_register_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq,unsigned int code) process_register_response() argument 1410 process_sip_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen) process_sip_response() argument 1454 process_sip_request(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen) process_sip_request() argument 1510 process_sip_msg(struct sk_buff * skb,struct nf_conn * ct,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen) process_sip_msg() argument 1539 const char *dptr, *end; sip_help_tcp() local 1624 const char *dptr; sip_help_udp() local [all...] |