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

/freebsd-11.0-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h47 struct uni_ie_abradd abradd; member in union:uni_ieall
H A Duni_msg.h44 struct uni_ie_abradd abradd; member in struct:uni_connect
104 struct uni_ie_abradd abradd; member in struct:uni_setup
H A Duni_msg.c344 if(msg->abradd.h.present & UNI_IE_PRESENT)
345 uni_print_ie_internal(UNI_IE_ABRADD, (union uni_ieall *)&msg->abradd, cx);
385 ret |= uni_check_ie(UNI_IE_ABRADD, (union uni_ieall *)&m->abradd, cx);
451 if((p->abradd.h.present & UNI_IE_PRESENT) &&
452 uni_encode_ie(UNI_IE_ABRADD, msg, (union uni_ieall *)&p->abradd, cx))
602 out->abradd.h = *hdr;
605 if(uni_decode_ie_body(UNI_IE_ABRADD, (union uni_ieall *)&out->abradd, msg, ielen, cx))
1137 if(msg->abradd.h.present & UNI_IE_PRESENT)
1138 uni_print_ie_internal(UNI_IE_ABRADD, (union uni_ieall *)&msg->abradd, cx);
1215 ret |= uni_check_ie(UNI_IE_ABRADD, (union uni_ieall *)&m->abradd, c
[all...]
H A Duni_ie.c5741 DEF_IE_PRINT(net, abradd)
5743 if(uni_print_iehdr("abradd", &ie->h, cx))
5757 DEF_IE_CHECK(net, abradd)
5782 DEF_IE_ENCODE(net, abradd)
5784 START_IE(abradd, UNI_IE_ABRADD, 10);
5813 DEF_IE_DECODE(net, abradd)
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c78 if(IE_ISGOOD(src->abradd))
79 dst->abradd = src->abradd;
201 if(IE_ISGOOD(src->abradd))
202 dst->abradd = src->abradd;
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c866 setup->setup.abradd = conn->abradd;
999 resp->connect.abradd = conn->abradd;
1280 COND_SHUFFLE(abradd);
1328 conn->abradd = ind->setup.abradd;
H A Dccpriv.h252 struct uni_ie_abradd abradd; member in struct:ccconn
H A Dcc_user.c512 memcpy(ptr, &conn->abradd, len);
775 memcpy(&conn->abradd, ptr, len);

Completed in 185 milliseconds