Home
last modified time | relevance | path

Searched refs:PARTY_MINE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_party.c64 p->epref, p->flags & PARTY_MINE, p->state, state); in TIMER_FUNC_PARTY()
80 mine = (mine ? PARTY_MINE : 0); in uni_create_partyx()
111 p->epref, (p->flags & PARTY_MINE) ? "mine" : "his"); in uni_create_partyx()
130 (!(p->flags & PARTY_MINE) == !epref->flag)) in uni_find_party()
140 if (p->epref == epref && (!(p->flags & PARTY_MINE) == !mine)) in uni_find_partyx()
170 ind->epref.flag = p->flags & PARTY_MINE; in uni_destroy_party()
668 MK_IE_EPREF(ind->drop.epref, p->epref, p->flags & PARTY_MINE); in pun5_t398()
681 p->epref, !(p->flags & PARTY_MINE)); in pun5_t398()
740 !(p->flags & PARTY_MINE)); in drop_partyE()
826 !(p->flags & PARTY_MINE)); in punx_status_enquiry_request()
[all …]
H A Dunipriv.h277 #define PARTY_MINE 0x0001 /* must be 1 */ macro