Searched refs:tagp (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c198 handle_motm_hurl(char **argv, int argc, const uint8_t *tagp, int pktlen) argument
209 ttype = POET_GET_TYPE(tagp);
212 tlen = POET_GET_LENG(tagp);
220 (void) memcpy(str, POET_DATA(tagp), tlen);
224 tagp += POET_HDRLEN + tlen;
244 handle_ip_route_add(char **argv, int argc, const uint8_t *tagp, int pktlen) argument
259 ttype = POET_GET_TYPE(tagp);
262 tlen = POET_GET_LENG(tagp);
271 tagp += POET_HDRLEN + tlen;
278 (void) memcpy(&poer, POET_DATA(tagp), sizeo
320 const uint8_t *tagp; local
[all...]
/osnet-11/usr/src/lib/libldap4/ber/
H A Ddecode.c70 char *tagp; local
79 tagp = (char *) &tag;
80 tagp[0] = xbyte;
85 tagp[i] = xbyte;
H A Dio.c537 char *tagp; local
546 tagp = (char *) &tag;
547 tagp[0] = xbyte;
552 tagp[i] = xbyte;
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c560 char *tagp; local
571 tagp = (char *) &tag;
572 tagp[0] = xbyte;
577 tagp[i] = xbyte;
1050 char *tagp; local
1061 tagp = (char *) &tag;
1062 tagp[0] = xbyte;
1067 tagp[i] = xbyte;
H A Ddecode.c57 char *tagp; local
66 tagp = (char *) &tag;
67 tagp[0] = xbyte;
72 tagp[i] = xbyte;
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c69 char *tagp; local
78 tagp = (char *)&tag;
79 tagp[0] = xbyte;
84 tagp[i] = xbyte;

Completed in 31 milliseconds