Home
last modified time | relevance | path

Searched refs:q931_ie (Results 1 – 6 of 6) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dq931.c3113 static int process_facility(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie) in process_facility()
3195 q931_ie *ie; in q931_handle_facilities()
4253 static inline unsigned int ielen(q931_ie *ie) in ielen()
4261 static inline int ielen_checked(q931_ie *ie, int len_remaining) in ielen_checked()
4346 static inline void q931_dumpie(struct pri *ctrl, int codeset, q931_ie *ie, char prefix) in q931_dumpie()
4903 iet = (q931_ie *)((char *)iet + 1); in add_ie()
4954 iet = (q931_ie *)((char *)iet + res); in add_ie()
5098 r = ielen_checked((q931_ie *) (mh->data + x), len - x); in q931_dump()
5105 q931_dumpie(ctrl, cur_codeset, (q931_ie *)(mh->data + x), c); in q931_dump()
7657 q931_ie *ie; in q931_receive()
[all …]
H A Dpri_facility.h244 void rose_handle_invoke(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie, const struct f…
245 void rose_handle_result(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie, const struct f…
246 void rose_handle_error(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie, const struct fa…
247 void rose_handle_reject(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie, const struct f…
H A Dpri_q931.h67 typedef struct q931_ie { struct
71 } __attribute__ ((packed)) q931_ie; argument
H A Dpri_internal.h181 q931_ie *ie[MAX_FACILITY_IES];
H A Dpri_facility.c2403 static int anfpr_pathreplacement_respond(struct pri *ctrl, q931_call *call, q931_ie *ie) in anfpr_pathreplacement_respond()
4180 void rose_handle_reject(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie, in rose_handle_reject()
4251 void rose_handle_error(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie, in rose_handle_error()
4335 void rose_handle_result(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie, in rose_handle_result()
4411 void rose_handle_invoke(struct pri *ctrl, q931_call *call, int msgtype, q931_ie *ie, in rose_handle_invoke()
H A Dpri_cc.c132 static const struct q931_ie *pri_cc_find_ie(unsigned ie_type, unsigned length, const unsigned char … in pri_cc_find_ie()
137 const struct q931_ie *cur; in pri_cc_find_ie()
141 cur = (const struct q931_ie *) pos; in pri_cc_find_ie()
174 const struct q931_ie *left; in pri_cc_cmp_ie()
175 const struct q931_ie *right; in pri_cc_cmp_ie()