Home
last modified time | relevance | path

Searched refs:tl_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c274 int tl_type; member
321 if (tagtype == tlp->tl_type) in poe_tagname()
338 if (codetype == tlp->tl_type) in poe_codename()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c597 store_tl_data(tl_data, tl_type, value) in store_tl_data() argument
599 int tl_type;
607 switch (tl_type) {
629 memset(curr, tl_type, 1);
660 memset(curr, tl_type, 1);
690 decode_tl_data(tl_data, tl_type, data) in decode_tl_data() argument
692 int tl_type;
713 if (subtype == tl_type) {
/illumos-gate/usr/src/cmd/krb5/iprop/
H A Diprop.x59 int16_t tl_type; member
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrp.h287 uint8_t tl_type; member
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c354 char tl_type[MAXSTATLEN]; member
367 offsetof(tx_lane_fields_buf_t, tl_type), print_default_cb},
1309 (void) snprintf(buf->tl_type, sizeof (buf->tl_type), "tx"); in print_tx_lane_stats()
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c548 ULOG_ENTRY(upd, final).av_tldata.av_tldata_val[tmpint].tl_type = newtl->tl_data_type; in ulog_conv_2logentry()
769 newtl[j].tl_data_type = (krb5_int16)u.av_tldata.av_tldata_val[j].tl_type; in ulog_conv_2dbentry()