Home
last modified time | relevance | path

Searched refs:UNI_NUM_IE_BLLI (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_config.h42 UNI_NUM_IE_BLLI = 3, enumerator
H A Duni_msg.h83 struct uni_ie_blli blli[UNI_NUM_IE_BLLI];
H A Dmsg.def192 blli UNI_NUM_IE_BLLI/R
H A Duni_msg.c1090 for(i = 0; i < UNI_NUM_IE_BLLI; i++) in print_setup()
1169 for(i = 0; i < UNI_NUM_IE_BLLI ; i++) { in check_setup()
1269 for(i = 0; i < UNI_NUM_IE_BLLI; i++) in encode_setup()
1416 for(i = 0; i < UNI_NUM_IE_BLLI; i++) in decode_setup()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dccpriv.h238 struct uni_ie_blli blli[UNI_NUM_IE_BLLI];
H A Dcc_conn.c621 for (blli_index = 0; blli_index < UNI_NUM_IE_BLLI; blli_index++) { in cc_conn_dispatch()
1316 for (i = 0; i < UNI_NUM_IE_BLLI; i++) in cc_conn_sig_handle()
H A Dcc_user.c578 if (sel == 0 || sel > UNI_NUM_IE_BLLI) in cc_attr_set()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c154 for(s = d = 0; s < UNI_NUM_IE_BLLI; s++) in copy_msg_setup()