Searched refs:snp (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_dgram.c | 64 *snp); 972 union sctp_notification *snp) in dgram_sctp_handle_auth_free_key_event() argument 975 struct sctp_authkey_event *authkeyevent = &snp->sn_auth_event; in dgram_sctp_handle_auth_free_key_event() 1058 union sctp_notification snp; in dgram_sctp_read() local 1060 memcpy(&snp, out, sizeof(snp)); in dgram_sctp_read() 1061 if (snp.sn_header.sn_type == SCTP_SENDER_DRY_EVENT) { in dgram_sctp_read() 1101 if (snp.sn_header.sn_type == SCTP_AUTHENTICATION_EVENT) in dgram_sctp_read() 1102 dgram_sctp_handle_auth_free_key_event(b, &snp); in dgram_sctp_read() 1109 memset(&snp, 0, sizeof(snp)); in dgram_sctp_read() 1604 union sctp_notification snp; in dgram_sctp_wait_for_dry() local [all …]
|
/freebsd/sys/modules/snp/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/snp 3 KMOD= snp 4 SRCS= snp.c
|
/freebsd/contrib/ntp/libntp/ |
H A D | authreadkeys.c | 296 char *snp; /* subnet text pointer */ in authreadkeys() 304 snp = strchr(tp, (int)'/'); in authreadkeys() 305 if (snp) { in authreadkeys() 308 *snp++ = '\0'; in authreadkeys() 310 sp = snp; in authreadkeys() 322 sp, snp, keyno); in authreadkeys() 336 tp, snp, keyno); in authreadkeys() 294 char *snp; /* subnet text pointer */ authreadkeys() local
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_snp | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/snp/ \
|
/freebsd/sys/arm/conf/ |
H A D | RPI-B |
|
H A D | GENERIC | 118 device snp
|
/freebsd/sys/dev/snp/ |
H A D | snp.c | 382 DECLARE_MODULE(snp, snp_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
|
/freebsd/lib/libc/net/ |
H A D | protocols | 116 snp 109 SNP # Sitara Networks Protocol
|
/freebsd/sys/modules/ |
H A D | Makefile | 379 snp \
|
/freebsd/contrib/libpcap/ |
H A D | scanner.l | 315 snp return SNP;
|
/freebsd/share/man/man4/ |
H A D | Makefile | 561 snp.4 \
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msdos | 1915 >>>&-1 string/c _accrpt_.snp \b, Access report snapshot 1917 !:ext snp
|
/freebsd/sys/conf/ |
H A D | files | 3100 dev/snp/snp.c optional snp
|
H A D | NOTES | 1486 device snp #Snoop device - to look at pty/vty/etc..
|