Home
last modified time | relevance | path

Searched refs:ccparty (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dccpriv.h50 struct ccparty;
57 LIST_HEAD(ccparty_list, ccparty);
368 struct ccparty { struct
370 LIST_ENTRY(ccparty) link; argument
377 void cc_party_set_state(struct ccparty *, enum party_state); argument
383 struct ccparty *cc_party_create(struct ccconn *, u_int ident, u_int flag);
H A Dcc_conn.c310 struct ccparty *p; in cc_conn_destroy()
336 struct ccparty *
339 struct ccparty *party; in cc_party_create()
370 static struct ccparty *
373 struct ccparty *party; in cc_party_find()
392 struct ccparty *p, *p1; in cc_conn_abort()
704 struct ccparty *party; in cc_party_setup_conf()
723 struct ccparty *party; in cc_party_add_ack_ind()
744 struct ccparty *party; in cc_party_add_rej_ind()
766 struct ccparty *party; in cc_party_drop_ack_ind()
[all …]
H A Dcc_dump.c211 cc_dump_party(struct dump *d, const struct ccparty *party, const char *pfx) in cc_dump_party()
225 const struct ccparty *party; in cc_dump_conn()
H A Dcc_data.c127 const struct ccparty *party; in cc_get_extended_status()