Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunimsgcpy.h72 copy_msg_drop_party(struct uni_drop_party *src, struct uni_drop_party *dst);
H A Dunidef.h419 struct uni_drop_party drop;
422 struct uni_drop_party drop;
430 struct uni_drop_party drop;
H A Dsig_unimsgcpy.c400 copy_msg_drop_party(struct uni_drop_party *src, struct uni_drop_party *dst) in copy_msg_drop_party()
H A Dsig_call.c3104 struct uni_drop_party *dp = &u->u.drop_party; in unx_drop_party()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.h209 struct uni_drop_party { struct
329 struct uni_drop_party drop_party;
H A Duni_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()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_conn.c764 const struct uni_drop_party *drop) in cc_party_drop_ack_ind()