Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
HDunimsgcpy.h72 copy_msg_drop_party(struct uni_drop_party *src, struct uni_drop_party *dst);
HDunidef.h419 struct uni_drop_party drop;
422 struct uni_drop_party drop;
430 struct uni_drop_party drop;
HDsig_unimsgcpy.c400 copy_msg_drop_party(struct uni_drop_party *src, struct uni_drop_party *dst) in copy_msg_drop_party()
HDsig_call.c3104 struct uni_drop_party *dp = &u->u.drop_party; in unx_drop_party()
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
HDuni_msg.h209 struct uni_drop_party { struct
329 struct uni_drop_party drop_party;
HDuni_msg.c3134 print_drop_party(struct uni_drop_party *msg, struct unicx *cx) in print_drop_party()
3154 check_drop_party(struct uni_drop_party *m, struct unicx *cx) in check_drop_party()
3175 encode_drop_party(struct uni_msg *msg, struct uni_drop_party *p, struct unicx *cx) in encode_drop_party()
3210 decode_drop_party(struct uni_drop_party *out, struct uni_msg *msg, in decode_drop_party()
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
HDcc_conn.c764 const struct uni_drop_party *drop) in cc_party_drop_ack_ind()