Searched refs:eetd (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h15 struct uni_ie_eetd eetd; member in union:uni_ieall
H A Duni_msg.h37 struct uni_ie_eetd eetd; member in struct:uni_connect
90 struct uni_ie_eetd eetd; member in struct:uni_setup
164 struct uni_ie_eetd eetd; member in struct:uni_add_party
181 struct uni_ie_eetd eetd; member in struct:uni_add_party_ack
H A Duni_msg.c329 if(msg->eetd.h.present & UNI_IE_PRESENT)
330 uni_print_ie_internal(UNI_IE_EETD, (union uni_ieall *)&msg->eetd, cx);
370 ret |= uni_check_ie(UNI_IE_EETD, (union uni_ieall *)&m->eetd, cx);
429 if((p->eetd.h.present & UNI_IE_PRESENT) &&
430 uni_encode_ie(UNI_IE_EETD, msg, (union uni_ieall *)&p->eetd, cx))
538 out->eetd.h = *hdr;
541 if(uni_decode_ie_body(UNI_IE_EETD, (union uni_ieall *)&out->eetd, msg, ielen, cx))
1107 if(msg->eetd.h.present & UNI_IE_PRESENT)
1108 uni_print_ie_internal(UNI_IE_EETD, (union uni_ieall *)&msg->eetd, cx);
1182 ret |= uni_check_ie(UNI_IE_EETD, (union uni_ieall *)&m->eetd, c
[all...]
H A Duni_ie.c1877 if (uni_print_iehdr("eetd", &ie->h, cx))
1897 DEF_IE_PRINT(itu, eetd)
1901 DEF_IE_PRINT(net, eetd)
1906 DEF_IE_CHECK(itu, eetd)
1918 DEF_IE_CHECK(net, eetd)
1936 DEF_IE_ENCODE(itu, eetd)
1938 START_IE(eetd, UNI_IE_EETD, 9);
1964 DEF_IE_ENCODE(net, eetd)
1969 DEF_IE_DECODE(itu, eetd)
2025 DEF_IE_DECODE(net, eetd)
[all...]
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c63 if(IE_ISGOOD(src->eetd))
64 dst->eetd = src->eetd;
171 if(IE_ISGOOD(src->eetd))
172 dst->eetd = src->eetd;
309 if(IE_ISGOOD(src->eetd))
310 dst->eetd = src->eetd;
344 if(IE_ISGOOD(src->eetd))
[all...]
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c864 setup->setup.eetd = conn->eetd;
989 resp->connect.eetd = conn->eetd;
1276 SHUFFLE(eetd);
1326 conn->eetd = ind->setup.eetd;
H A Dccpriv.h250 struct uni_ie_eetd eetd; member in struct:ccconn
H A Dcc_user.c502 memcpy(ptr, &conn->eetd, len);
763 memcpy(&conn->eetd, ptr, len);

Completed in 189 milliseconds