Searched refs:proto_id (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.h | 425 uint32_t proto_id; /* set to HDCHAP */ member 446 uint32_t proto_id; /* set to HDCHAP */ member 469 uint32_t proto_id; /* set to HDCHAP */ member 490 uint32_t proto_id; /* set to HDCHAP */ member 506 uint32_t proto_id; /* set to HDCHAP */ member
|
/titanic_44/usr/src/uts/common/sys/scsi/generic/ |
H A D | inquiry.h | 408 proto_id : 4; member 414 uchar_t proto_id : 4,
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 1061 uchar_t dsap, ssap, ctl, proto_id[3]; member 1113 (void) memcpy(&f->proto_id, e+16, sizeof (f->proto_id)); in interpret_fddi() 1221 f->proto_id[0], f->proto_id[1], in interpret_fddi() 1222 f->proto_id[2]); in interpret_fddi()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecalgs.c | 922 dump_proto(uint_t proto_id) in dump_proto() argument 928 proto_name = getipsecprotobynum(proto_id); in dump_proto() 930 proto_id, proto_name != NULL ? proto_name : gettext("<unknown>")); in dump_proto() 935 if (ipsecproto_get_exec_mode(proto_id, &exec_mode) != 0) { in dump_proto()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 1679 ap1->params.proto_id = AUTH_DHCHAP; in emlxs_issue_auth_negotiate() 1739 ap2->params.proto_id = AUTH_DHCHAP; in emlxs_issue_auth_negotiate() 1805 null_ap1->params.proto_id = AUTH_DHCHAP; in emlxs_issue_auth_negotiate() 1824 null_ap2->params.proto_id = AUTH_DHCHAP; in emlxs_issue_auth_negotiate()
|