Lines Matching defs:tagp

449 	const uint8_t *tagp;
461 tagp = (const uint8_t *)(poep + 1);
462 while (poe_tagcheck(poep, plen, tagp)) {
463 ttyp = POET_GET_TYPE(tagp);
466 tlen = POET_GET_LENG(tagp);
467 dp = POET_DATA(tagp);
575 tagp = POET_NEXT(tagp);
835 const uint8_t *tagp;
851 tagp = (const uint8_t *)(pado->poemsg_data + 1);
852 while (poe_tagcheck(pado->poemsg_data, pado->poemsg_len, tagp)) {
853 ttyp = POET_GET_TYPE(tagp);
856 tlen = POET_GET_LENG(tagp);
868 memcmp(service, POET_DATA(tagp), tlen) == 0)) {
869 (void) poe_tag_copy(poep, tagp);
889 (void) poe_tag_copy(poep, tagp);
892 tagp = POET_NEXT(tagp);
1074 const uint8_t *tagp, *vp;
1123 tagp = (const uint8_t *)(pmsg->poemsg_data + 1);
1124 while (poe_tagcheck(pmsg->poemsg_data, pmsg->poemsg_len, tagp)) {
1125 ttyp = POET_GET_TYPE(tagp);
1128 tlen = POET_GET_LENG(tagp);
1130 access = (char *)POET_DATA(tagp);
1134 service = (char *)POET_DATA(tagp);
1137 tagp = POET_NEXT(tagp);
1168 tagp = (const uint8_t *)(pmsg->poemsg_data + 1);
1170 tagp)) {
1171 ttyp = POET_GET_TYPE(tagp);
1174 tlen = POET_GET_LENG(tagp);
1176 (void) memcpy(&val, POET_DATA(tagp), 4);
1180 vp = POET_DATA(tagp) + 4;
1185 tagp = POET_NEXT(tagp);
1250 const uint8_t *tagp;
1253 tagp = (const uint8_t *)(pmsg->poemsg_data + 1);
1254 while (poe_tagcheck(pmsg->poemsg_data, pmsg->poemsg_len, tagp)) {
1255 ttyp = POET_GET_TYPE(tagp);
1265 tagp = POET_NEXT(tagp);
1277 const uint8_t *tagp;
1281 tagp = (const uint8_t *)(pmsg->poemsg_data + 1);
1282 while (poe_tagcheck(pmsg->poemsg_data, pmsg->poemsg_len, tagp)) {
1283 ttyp = POET_GET_TYPE(tagp);
1287 if (POET_GET_LENG(tagp) < sizeof (vals))
1289 (void) memcpy(vals, POET_DATA(tagp), sizeof (vals));
1292 tagp = POET_NEXT(tagp);
1322 const uint8_t *tagp;
1328 tagp = (const uint8_t *)(pado->poemsg_data + 1);
1330 while (poe_tagcheck(pado->poemsg_data, pado->poemsg_len, tagp)) {
1331 ttyp = POET_GET_TYPE(tagp);
1340 tlen = POET_GET_LENG(tagp);
1342 memcmp(service, POET_DATA(tagp), tlen) == 0))
1347 tagp = POET_NEXT(tagp);