Home
last modified time | relevance | path

Searched refs:tagtype (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c315 poe_tagname(uint16_t tagtype) in poe_tagname() argument
321 if (tagtype == tlp->tl_type) in poe_tagname()
323 (void) sprintf(tname, "Tag%d", tagtype); in poe_tagname()
H A Dcommon.h82 extern const char *poe_tagname(uint16_t tagtype);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1116 fru_tagtype_t tagtype; in add_row_to_table() local
1167 tagtype = get_tag_type((fru_tag_t *)&pkt->tag); in add_row_to_table()
1168 if (tagtype == -1) { in add_row_to_table()
1172 tag_size = get_tag_size(tagtype); in add_row_to_table()
1278 fru_tagtype_t tagtype; in frudata_add_packet() local
1296 tagtype = get_tag_type((void *)buf); in frudata_add_packet()
1297 if (tagtype == -1) { in frudata_add_packet()
1302 tag_size = get_tag_size(tagtype); in frudata_add_packet()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1908 fru_tagtype_t tagtype; in get_dev_or_buffered_packets() local
1926 tagtype = get_tag_type(&tag); /* verify tag type */ in get_dev_or_buffered_packets()
1927 if (tagtype == -1) { in get_dev_or_buffered_packets()
1931 tag_size = get_tag_size(tagtype); in get_dev_or_buffered_packets()
2393 fru_tagtype_t tagtype; in fru_append_packet() local
2437 tagtype = get_tag_type((void *)&packet->tag); in fru_append_packet()
2438 if (tagtype == -1) { in fru_append_packet()
2442 tag_size = get_tag_size(tagtype); in fru_append_packet()
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c806 fru_tagtype_t tagtype; in get_packets() local
826 tagtype = get_tag_type(&tag); /* verify tag type */ in get_packets()
827 if (tagtype == -1) { in get_packets()
831 tag_size = get_tag_size(tagtype); in get_packets()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1365 uchar_t tagtype; in interpret_cipso_tagtype3() local
1384 tagtype = *opt++; in interpret_cipso_tagtype3()
1387 "Tag Type = %d (MAXSIX)", tagtype); in interpret_cipso_tagtype3()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h273 unsigned int tagval : 8, tagtype : 8; member
H A Dasn1_encode.c408 retval = asn1_make_etag(buf, a->tagtype, a->tagval, sum, &length); in krb5int_asn1_encode_a_thing()