| /src/external/bsd/ntp/dist/libntp/ |
| authreadkeys.c | 298 char *snp; /* subnet text pointer */ local 306 snp = strchr(tp, (int)'/'); 307 if (snp) { 310 *snp++ = '\0'; 312 sp = snp; 324 sp, snp, keyno); 338 tp, snp, keyno);
|
| /src/sbin/iscsid/ |
| iscsid_driverif.c | 58 iscsi_set_node_name_parameters_t snp; local 60 (void) memset(&snp, 0x0, sizeof(snp)); 73 strlcpy((char *)snp.InitiatorName, (char *)par->InitiatorName, 74 sizeof(snp.InitiatorName)); 75 strlcpy((char *)snp.InitiatorAlias, (char *)par->InitiatorAlias, 76 sizeof(snp.InitiatorAlias)); 77 memcpy(snp.ISID, par->ISID, 6); 80 snp.InitiatorName, snp.InitiatorAlias)) [all...] |
| iscsid_main.c | 89 iscsi_set_node_name_parameters_t snp; local 96 (void) memset(&snp, 0x0, sizeof(snp)); 103 sysctl(mib, 2, snp.InitiatorAlias, &siz, NULL, 0); 105 DEB(3, ("Host Name: <%s>, Host ID: %u", snp.InitiatorAlias, hid)); 106 if (!snp.InitiatorAlias[0]) { 110 for (s = snp.InitiatorAlias; *s; s++) 113 total = snprintf((char *)snp.InitiatorName, sizeof(snp.InitiatorName), 114 "iqn.1994-04.org.netbsd:iscsi.%s:%u", snp.InitiatorAlias, hid) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bss_dgram.c | 64 *snp); 972 union sctp_notification *snp) 975 struct sctp_authkey_event *authkeyevent = &snp->sn_auth_event; 1058 union sctp_notification snp; local 1060 memcpy(&snp, out, sizeof(snp)); 1061 if (snp.sn_header.sn_type == SCTP_SENDER_DRY_EVENT) { 1101 if (snp.sn_header.sn_type == SCTP_AUTHENTICATION_EVENT) 1102 dgram_sctp_handle_auth_free_key_event(b, &snp); 1109 memset(&snp, 0, sizeof(snp)) 1604 union sctp_notification snp; local 1765 union sctp_notification snp; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| bss_dgram.c | 62 *snp); 993 union sctp_notification *snp) 996 struct sctp_authkey_event *authkeyevent = &snp->sn_auth_event; 1014 union sctp_notification *snp; local 1080 snp = (union sctp_notification *)out; 1081 if (snp->sn_header.sn_type == SCTP_SENDER_DRY_EVENT) { 1121 if (snp->sn_header.sn_type == SCTP_AUTHENTICATION_EVENT) 1122 dgram_sctp_handle_auth_free_key_event(b, snp); 1616 union sctp_notification snp; local 1652 memset(&snp, 0, sizeof(snp)) 1772 union sctp_notification snp; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bss_dgram.c | 176 static void dgram_sctp_handle_auth_free_key_event(BIO *b, union sctp_notification *snp); 1954 union sctp_notification *snp) 1957 struct sctp_authkey_event *authkeyevent = &snp->sn_auth_event; 2039 union sctp_notification snp; local 2041 if (n < (int)sizeof(snp.sn_header)) 2043 memset(&snp, 0, sizeof(snp)); 2044 memcpy(&snp, out, (size_t)n < sizeof(snp) ? (size_t)n : sizeof(snp)); 2576 union sctp_notification snp; local 2732 union sctp_notification snp; local [all...] |