Lines Matching refs:poep
1883 locate_service(poep_t *poep, int plen, const char *iname, ppptun_atype *pap, in locate_service() argument
1899 ispadi = poep->poep_code == POECODE_PADI; in locate_service()
1938 tagp = (const uint8_t *)(poep + 1); in locate_service()
1939 while (poe_tagcheck(poep, plen, tagp)) { in locate_service()
2073 launch_service(int tunfd, poep_t *poep, void *srvp, struct ppptun_control *ptc) in launch_service() argument
2225 poep = poe_mkheader(pkt_output, POECODE_PADT, ptp.ptp_lsessid); in launch_service()
2226 poep->poep_session_id = htons(ptp.ptp_lsessid); in launch_service()
2227 (void) poe_add_str(poep, POETT_SYSERR, cp); in launch_service()
2231 data.len = poe_length(poep) + sizeof (*poep); in launch_service()
2232 data.buf = (caddr_t)poep; in launch_service()
2243 poep->poep_session_id = htons(ptp.ptp_lsessid); in launch_service()
2251 (void) poe_add_str(poep, POETT_SYSERR, mystrerror(retv)); in launch_service()