Home
last modified time | relevance | path

Searched refs:UNI_NUM_IE_GIT (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.h14 struct uni_ie_git git[UNI_NUM_IE_GIT];
38 struct uni_ie_git git[UNI_NUM_IE_GIT];
60 struct uni_ie_git git[UNI_NUM_IE_GIT];
70 struct uni_ie_git git[UNI_NUM_IE_GIT];
98 struct uni_ie_git git[UNI_NUM_IE_GIT];
166 struct uni_ie_git git[UNI_NUM_IE_GIT];
185 struct uni_ie_git git[UNI_NUM_IE_GIT];
195 struct uni_ie_git git[UNI_NUM_IE_GIT];
204 struct uni_ie_git git[UNI_NUM_IE_GIT];
215 struct uni_ie_git git[UNI_NUM_IE_GIT];
[all …]
H A Dmsg.def52 git UNI_NUM_IE_GIT
105 git UNI_NUM_IE_GIT
147 git UNI_NUM_IE_GIT
207 git UNI_NUM_IE_GIT
324 git UNI_NUM_IE_GIT
352 git UNI_NUM_IE_GIT
372 git UNI_NUM_IE_GIT
391 git UNI_NUM_IE_GIT
412 git UNI_NUM_IE_GIT
431 git UNI_NUM_IE_GIT
[all …]
H A Duni_config.h39 UNI_NUM_IE_GIT = 3, enumerator
H A Duni_msg.c31 for(i = 0; i < UNI_NUM_IE_GIT; i++) in print_alerting()
54 for(i = 0; i < UNI_NUM_IE_GIT ; i++) { in check_alerting()
88 for(i = 0; i < UNI_NUM_IE_GIT; i++) in encode_alerting()
144 for(i = 0; i < UNI_NUM_IE_GIT; i++) in decode_alerting()
331 for(i = 0; i < UNI_NUM_IE_GIT; i++) in print_connect()
432 for(i = 0; i < UNI_NUM_IE_GIT; i++) in encode_connect()
741 for(i = 0; i < UNI_NUM_IE_GIT; i++) in print_release()
800 for(i = 0; i < UNI_NUM_IE_GIT; i++) in encode_release()
925 for(i = 0; i < UNI_NUM_IE_GIT; i++) in print_release_compl()
977 for(i = 0; i < UNI_NUM_IE_GIT; i++) in encode_release_compl()
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c20 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_alerting()
65 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_connect()
107 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_release()
128 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_release_compl()
188 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_setup()
313 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_add_party()
352 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_add_party_ack()
372 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_party_alerting()
390 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_add_party_rej()
412 for(s = d = 0; s < UNI_NUM_IE_GIT; s++) in copy_msg_drop_party()
[all …]
H A Dunimkmsg.h119 for(_i = _j = 0; _i < UNI_NUM_IE_GIT; _i++) \
139 for(_i = _j = 0; _i < UNI_NUM_IE_GIT; _i++) \
155 for(_i = _j = 0; _i < UNI_NUM_IE_GIT; _i++) \
H A Dsig_call.c1355 for (i = j = 0; i < UNI_NUM_IE_GIT; i++) in uni_release_compl()