Searched refs:tns (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h35 struct uni_ie_tns tns; member in union:uni_ieall
H A Duni_msg.h93 struct uni_ie_tns tns[UNI_NUM_IE_TNS]; member in struct:uni_setup
161 struct uni_ie_tns tns[UNI_NUM_IE_TNS]; member in struct:uni_add_party
230 struct uni_ie_tns tns[UNI_NUM_IE_TNS]; member in struct:uni_leaf_setup_req
246 struct uni_ie_tns tns[UNI_NUM_IE_TNS]; member in struct:uni_leaf_setup_fail
H A Duni_msg.c1114 if(msg->tns[i].h.present & UNI_IE_PRESENT)
1115 uni_print_ie_internal(UNI_IE_TNS, (union uni_ieall *)&msg->tns[i], cx);
1189 ret |= uni_check_ie(UNI_IE_TNS, (union uni_ieall *)&m->tns[i], cx);
1303 if((p->tns[i].h.present & UNI_IE_PRESENT) &&
1304 uni_encode_ie(UNI_IE_TNS, msg, (union uni_ieall *)&p->tns[i], cx))
1511 if (!IE_ISPRESENT(out->tns[i])) {
1512 out->tns[i].h = *hdr;
1515 if(uni_decode_ie_body(UNI_IE_TNS, (union uni_ieall *)&out->tns[i], msg, ielen, cx))
2217 if(msg->tns[i].h.present & UNI_IE_PRESENT)
2218 uni_print_ie_internal(UNI_IE_TNS, (union uni_ieall *)&msg->tns[
[all...]
H A Duni_ie.c1000 uni_print_ie_internal(UNI_IE_TNS, (union uni_ieall *)&ie->u.tns, cx);
1314 if (uni_check_ie(UNI_IE_TNS, (union uni_ieall *)&ie->u.tns, cx))
1389 (union uni_ieall *)&ie->u.tns, cx);
1559 if(uni_decode_ie_hdr(&ietype, &ie->u.tns.h, msg, cx, &xielen))
1564 (union uni_ieall *)&ie->u.tns, msg, xielen, cx))
5379 DEF_IE_PRINT(itu, tns)
5383 if(uni_print_iehdr("tns", &ie->h, cx))
5399 DEF_IE_CHECK(itu, tns)
5413 DEF_IE_ENCODE(itu, tns)
5415 START_IE(tns, UNI_IE_TN
[all...]
H A Dunistruct.h736 struct uni_ie_tns tns; member in union:uni_ie_cause::__anon8365
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c178 if(IE_ISGOOD(src->tns[s]))
179 dst->tns[d++] = src->tns[s];
303 if(IE_ISGOOD(src->tns[s]))
304 dst->tns[d++] = src->tns[s];
443 if(IE_ISGOOD(src->tns[s]))
444 dst->tns[d++] = src->tns[s];
477 if(IE_ISGOOD(src->tns[
[all...]
/freebsd-11.0-release/contrib/subversion/
H A Dwin-tests.py881 tns = None
883 t, tns = t.split('#')
892 elif tns:
893 tests.append('%s#%s' % (test[0], tns))
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c870 memcpy(setup->setup.tns, conn->tns, sizeof(conn->tns));
1333 conn->tns[i] = ind->setup.tns[i];
H A Dccpriv.h258 struct uni_ie_tns tns[UNI_NUM_IE_TNS]; member in struct:ccconn
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.js2895 t, tns, type, namespaces, handleObj,
2937 tns = rtypenamespace.exec( types[t] ) || [];
2938 type = tns[1];
2939 namespaces = ( tns[2] || "" ).split( "." ).sort();
2953 origType: tns[1],
3016 t, tns, type, namespaces, origCount,
3026 tns = rtypenamespace.exec( types[t] ) || [];
3027 type = tns[1];
3028 namespaces = tns[2];

Completed in 205 milliseconds