Searched refs:party (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c89 cc_party_set_state(struct ccparty *party, enum party_state ns) argument
92 if (party->state != ns) {
93 if (party->conn->cc->log & CCLOG_PARTY_STATE)
94 cc_party_log(party, "%s -> %s",
95 ptab[party->state], ptab[ns]);
96 party->state = ns;
339 struct ccparty *party; local
341 party = CCZALLOC(sizeof(*party));
342 if (party
359 cc_party_destroy(struct ccparty *party) argument
373 struct ccparty *party; local
704 struct ccparty *party; local
723 struct ccparty *party; local
744 struct ccparty *party; local
766 struct ccparty *party; local
817 struct ccparty *party; local
[all...]
H A Dcc_data.c127 const struct ccparty *party; local
143 LIST_FOREACH(party, &conn->parties, link)
150 LIST_FOREACH(party, &conn->parties, link)
192 LIST_FOREACH(party, &conn->parties, link) {
194 eparty->epref = party->epref.epref;
195 eparty->state = party->state;
215 LIST_FOREACH(party, &conn->parties, link) {
217 eparty->epref = party->epref.epref;
218 eparty->state = party->state;
H A Dcc_dump.c208 * Dump a party
211 cc_dump_party(struct dump *d, const struct ccparty *party, const char *pfx) argument
214 cc_dumpf(d, "%s party(%p): %u.%u %s\n", pfx, party,
215 party->epref.flag, party->epref.epref,
216 cc_party_state2str(party->state));
225 const struct ccparty *party; local
235 LIST_FOREACH(party, &conn->parties, link)
236 cc_dump_party(d, party, pf
[all...]
/freebsd-10.0-release/contrib/ngatm/libngatm/
H A Dunicust.h64 #define PARTY_ALLOC() mzalloc(sizeof(struct party))
113 * Be careful: call/party may be invalid after the call to F
116 static void F(struct party *); \
120 struct party *party = (struct party *)varg; \
121 party->T.c = NULL; \
122 (F)(party); \
/freebsd-10.0-release/sys/netgraph/atm/uni/
H A Dng_uni_cust.h125 * Be careful: call/party may be invalid after the call to F
128 static void F(struct party *); \
132 struct party *party = (struct party *)arg1; \
133 struct uni *uni = party->call->uni; \
135 (F)(party); \
147 [UNIMEM_PARTY] = sizeof(struct party) \
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c44 static void drop_partyE(struct party *p);
45 static int epstate_compat(struct party *, enum uni_epstate);
58 set_party_state(struct party *p, enum uni_epstate state)
62 "party %u/%u %u/%u PU%u -> PU%u",
70 * Create a party with a given endpoint reference.
71 * No check is done, that a party with this epref does not alreay exist.
73 struct party *
76 struct party *p;
109 VERBOSE(c->uni, UNI_FAC_CALL, 1, "created party %u/%s %u/%s",
117 struct party *
[all...]
H A Dunipriv.h45 struct party;
231 struct party *party; /* party to send to */ member in struct:sig
251 void uni_sig_party(struct party *, enum party_sig, uint32_t cookie,
266 struct party { struct
268 TAILQ_ENTRY(party) link;
271 enum uni_epstate state; /* party state */
278 #define PARTY_CONNECT 0x0002 /* connect request from this party */
280 TAILQ_HEAD(partyqueue, party);
[all...]
H A Dsig_uni.c448 uni_sig_party(s->party, s->sig, s->cookie, s->msg, s->u);
465 struct party *party, uint32_t sig, uint32_t cookie,
476 s->party = party;
487 struct party *party, uint32_t sig, uint32_t cookie,
498 s->party = party;
532 uniapi_party_error(struct party *
464 uni_enq_sig(struct uni *uni, u_int type, struct call *call, struct party *party, uint32_t sig, uint32_t cookie, struct uni_msg *msg, struct uni_all *u) argument
486 uni_delenq_sig(struct uni *uni, u_int type, struct call *call, struct party *party, uint32_t sig, uint32_t cookie, struct uni_msg *msg, struct uni_all *u) argument
[all...]
H A Dsig_call.c217 struct party *p;
256 struct party *p;
308 struct party *p;
364 struct party *p;
476 struct party *p;
675 * send to party (there may be only one)
924 struct party *p;
945 * party because the CONNECT ACK must move only this party
950 /* XXX don't mandate if only one party */
[all...]
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.lotr24 04/17 An unexpected party
H A Dcalendar.history18 01/06 Millard Fillmore's birthday (let's party!)
/freebsd-10.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2877 Please rebuild all installed 3rd party software (e.g., programs

Completed in 133 milliseconds