Lines Matching refs:poemsg_t

264 } poemsg_t;  typedef
277 poemsg_t *poesm_firstoff; /* Queue of valid offers; */
278 poemsg_t *poesm_lastoff; /* first is best offer */
279 poemsg_t *poesm_tried; /* Tried and failed offers */
795 static poemsg_t *
796 save_message(const poemsg_t *pmsg) in save_message()
798 poemsg_t *newmsg; in save_message()
801 newmsg = (poemsg_t *)malloc(sizeof (*pmsg) + pmsg->poemsg_len + in save_message()
830 send_padr(poesm_t *psm, const poemsg_t *pado) in send_padr()
915 act_none(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_none()
922 act_fail(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_fail()
931 act_spadi(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_spadi()
953 act_add(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_add()
968 act_spadr(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_spadr()
970 poemsg_t *msgp; in act_spadr()
1000 act_spadrp(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_spadrp()
1029 act_spadrn(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_spadrn()
1031 poemsg_t *msgp; in act_spadrn()
1068 act_open(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_open()
1193 static int (* const action_table[PCSMA__MAX])(poesm_t *psm, poemsg_t *pmsg,
1204 handle_event(poesm_t *psm, int event, poemsg_t *pmsg) in handle_event()
1248 error_check(poemsg_t *pmsg) in error_check()
1275 get_sequence(const poemsg_t *pmsg) in get_sequence()
1313 use_server(poemsg_t *pado, const ppptun_atype *pap) in use_server()
1404 poemsg_t pmsg; in find_server()