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

/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h127 #include <sac.h>
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ch.c1470 u_int8_t sac; local
1496 sac = SEND_VOLUME_TAG_ASSERT_ALTERNATE;
1499 sac = SEND_VOLUME_TAG_REPLACE_ALTERNATE;
1502 sac = SEND_VOLUME_TAG_UNDEFINED_ALTERNATE;
1511 sac = SEND_VOLUME_TAG_ASSERT_PRIMARY;
1514 sac = SEND_VOLUME_TAG_REPLACE_PRIMARY;
1517 sac = SEND_VOLUME_TAG_UNDEFINED_PRIMARY;
1536 /* send_action_code */ sac,
1936 scsi_cmd->sac = send_action_code;
H A Dscsi_ch.h306 u_int8_t sac; /* send action code */ member in struct:scsi_send_volume_tag
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c2592 struct sctp_assoc_change *sac; local
2624 sac = mtod(m_notify, struct sctp_assoc_change *);
2625 memset(sac, 0, notif_len);
2626 sac->sac_type = SCTP_ASSOC_CHANGE;
2627 sac->sac_flags = 0;
2628 sac->sac_length = sizeof(struct sctp_assoc_change);
2629 sac->sac_state = state;
2630 sac->sac_error = error;
2632 sac->sac_outbound_streams = stcb->asoc.streamoutcnt;
2633 sac
[all...]
H A Dsctp_usrreq.c2860 struct sctp_authchunks *sac; local
2864 SCTP_CHECK_AND_CAST(sac, optval, struct sctp_authchunks, *optsize);
2865 SCTP_FIND_STCB(inp, stcb, sac->gauth_assoc_id);
2877 (void)sctp_serialize_auth_chunks(chklist, sac->gauth_chunks);
2878 sac->gauth_number_of_chunks = (uint32_t) size;
2885 (sac->gauth_assoc_id == SCTP_FUTURE_ASSOC)) {
2896 (void)sctp_serialize_auth_chunks(chklist, sac->gauth_chunks);
2897 sac->gauth_number_of_chunks = (uint32_t) size;
2910 struct sctp_authchunks *sac; local
2914 SCTP_CHECK_AND_CAST(sac, optva
[all...]
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure[all...]

Completed in 295 milliseconds