Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.h93 struct uni_ie_tns tns[UNI_NUM_IE_TNS];
161 struct uni_ie_tns tns[UNI_NUM_IE_TNS];
230 struct uni_ie_tns tns[UNI_NUM_IE_TNS];
246 struct uni_ie_tns tns[UNI_NUM_IE_TNS];
H A Duni_config.h51 UNI_NUM_IE_TNS = 4, enumerator
H A Dmsg.def202 tns UNI_NUM_IE_TNS
319 tns UNI_NUM_IE_TNS
445 tns UNI_NUM_IE_TNS
469 tns UNI_NUM_IE_TNS
H A Duni_msg.c1113 for(i = 0; i < UNI_NUM_IE_TNS; i++) in print_setup()
1302 for(i = 0; i < UNI_NUM_IE_TNS; i++) in encode_setup()
1510 for(i = 0; i < UNI_NUM_IE_TNS; i++) in decode_setup()
2216 for(i = 0; i < UNI_NUM_IE_TNS; i++) in print_add_party()
2341 for(i = 0; i < UNI_NUM_IE_TNS; i++) in encode_add_party()
2471 for(i = 0; i < UNI_NUM_IE_TNS; i++) in decode_add_party()
3432 for(i = 0; i < UNI_NUM_IE_TNS; i++) in print_leaf_setup_req()
3486 for(i = 0; i < UNI_NUM_IE_TNS; i++) in encode_leaf_setup_req()
3530 for(i = 0; i < UNI_NUM_IE_TNS; i++) in decode_leaf_setup_req()
3633 for(i = 0; i < UNI_NUM_IE_TNS; i++) in print_leaf_setup_fail()
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c177 for(s = d = 0; s < UNI_NUM_IE_TNS; s++) in copy_msg_setup()
302 for(s = d = 0; s < UNI_NUM_IE_TNS; s++) in copy_msg_add_party()
442 for(s = d = 0; s < UNI_NUM_IE_TNS; s++) in copy_msg_leaf_setup_req()
476 for(s = d = 0; s < UNI_NUM_IE_TNS; s++) in copy_msg_leaf_setup_fail()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dccpriv.h258 struct uni_ie_tns tns[UNI_NUM_IE_TNS];
H A Dcc_conn.c1332 for (i = 0; i < UNI_NUM_IE_TNS; i++) in cc_conn_sig_handle()