Searched refs:peer (Results 51 - 75 of 235) sorted by relevance

12345678910

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in105 --peer-cmstype=1.2.840.113549.1.1.4 \
113 --peer-cmstype=1.2.840.113549.1.1.5 \
114 --peer-cmstype=1.2.840.113549.1.1.4 \
122 --peer-cmstype=1.2.840.113549.1.1.11 \
123 --peer-cmstype=1.2.840.113549.1.1.5 \
131 --peer-cmstype=1.2.840.113549.2.5 \
132 --peer-cmstype=1.2.840.113549.1.1.5 \
140 --peer-cmstype=2.16.840.1.101.3.4.1.42 \
141 --peer-cmstype=1.2.840.113549.3.7 \
142 --peer
[all...]
/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c81 static void tftp_wrq(int peer, char *, ssize_t);
82 static void tftp_rrq(int peer, char *, ssize_t);
105 static void tftp_recvfile(int peer, const char *mode);
106 static void tftp_xmitfile(int peer, const char *mode);
107 static int validate_access(int peer, char **, int);
125 int peer; local
405 peer = socket(peer_sock.ss_family, SOCK_DGRAM, 0);
406 if (peer < 0) {
410 if (bind(peer, (struct sockaddr *)&me_sock, me_sock.ss_len) < 0) {
419 tftp_rrq(peer, t
470 parse_header(int peer, char *recvbuffer, ssize_t size, char **filename, char **mode) argument
516 tftp_wrq(int peer, char *recvbuffer, ssize_t size) argument
561 tftp_rrq(int peer, char *recvbuffer, ssize_t size) argument
686 validate_access(int peer, char **filep, int mode) argument
802 tftp_xmitfile(int peer, const char *mode) argument
823 tftp_recvfile(int peer, const char *mode) argument
[all...]
H A Dtftp-transfer.c53 tftp_send(int peer, uint16_t *block, struct tftp_stats *ts) argument
71 send_error(peer, errno + 100);
76 n_data = send_data(peer, *block, sendbuffer, size);
90 n_ack = receive_packet(peer, recvbuffer,
120 (void) synchnet(peer);
158 tftp_receive(int peer, uint16_t *block, struct tftp_stats *ts, argument
172 n_ack = send_ack(peer, *block);
219 n_data = receive_packet(peer, recvbuffer,
232 send_ack(peer, oldblock);
253 (void) synchnet(peer);
[all...]
H A Dtftp-options.c82 option_tsize(int peer __unused, struct tftphdr *tp __unused, int mode,
100 option_timeout(int peer) argument
113 send_error(peer, EBADOP);
132 option_rollover(int peer) argument
146 send_error(peer, EBADOP);
162 option_blksize(int peer) argument
184 send_error(peer, EBADOP);
200 send_error(peer, EBADOP);
223 option_blksize2(int peer __unused)
280 make_options(int peer __unuse
324 parse_options(int peer, char *buffer, uint16_t size) argument
[all...]
H A Dtftp-io.c56 static int send_packet(int peer, uint16_t block, char *pkt, int size);
103 send_packet(int peer, uint16_t block, char *pkt, int size) argument
111 if (sendto(peer, pkt, size, 0, (struct sockaddr *)&peer_sock,
139 send_error(int peer, int error) argument
169 if (sendto(peer, buf, length, 0,
178 send_wrq(int peer, char *filename, char *mode) argument
211 size += make_options(peer, bp, sizeof(buf) - size);
213 n = sendto(peer, buf, size, 0,
226 send_rrq(int peer, char *filename, char *mode) argument
260 size += make_options(peer, b
276 send_oack(int peer) argument
353 send_data(int peer, uint16_t block, char *data, int size) argument
390 receive_packet(int peer, char *data, int size, struct sockaddr_storage *from, int thistimeout) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c70 struct peer *peer; member in struct:leitchunit
95 static int leitch_start (int, struct peer *);
96 static void leitch_shutdown (int, struct peer *);
97 static void leitch_poll (int, struct peer *);
98 static void leitch_control (int, const struct refclockstat *, struct refclockstat *, struct peer *);
103 static void leitch_timeout (struct peer *);
144 struct peer *peer
167 struct peer *pee
215 struct peer *peer; local
[all...]
H A Dntp_crypto.c186 struct peer *);
189 static int crypto_alice (struct peer *, struct value *);
190 static int crypto_alice2 (struct peer *, struct value *);
191 static int crypto_alice3 (struct peer *, struct value *);
195 static int crypto_iff (struct exten *, struct peer *);
196 static int crypto_gq (struct exten *, struct peer *);
197 static int crypto_mv (struct exten *, struct peer *);
203 static struct cert_info *cert_install (struct exten *, struct peer *);
204 static int cert_hike (struct peer *, struct cert_info *);
310 struct peer *pee
309 make_keylist( struct peer *peer, struct interface *dstadr ) argument
427 crypto_recv( struct peer *peer, struct recvbuf *rbufp ) argument
1090 crypto_xmit( struct peer *peer, struct pkt *xpkt, struct recvbuf *rbufp, int start, struct exten *ep, keyid_t cookie ) argument
1709 crypto_args( struct peer *peer, u_int opcode, associd_t associd, char *str ) argument
2167 crypto_alice( struct peer *peer, struct value *vp ) argument
2499 crypto_alice2( struct peer *peer, struct value *vp ) argument
2843 crypto_alice3( struct peer *peer, struct value *vp ) argument
3352 cert_hike( struct peer *peer, struct cert_info *yp ) argument
[all...]
H A Drefclock_nmea.c288 static int nmea_start (int, struct peer *);
289 static void nmea_shutdown (int, struct peer *);
291 static void nmea_poll (int, struct peer *);
292 static void nmea_procrec (struct peer * const, l_fp);
296 struct refclockstat *, struct peer *);
301 static void nmea_timer (int, struct peer *);
324 static void gps_send(int, const char *, struct peer *);
353 * return 0 on error, 1 on success. Even on error the peer structures
361 struct peer * peer
642 nmea_procrec( struct peer * const peer, l_fp rd_timestamp ) argument
1045 struct peer * const peer = rbufp->recv_peer; local
[all...]
H A Drefclock_tsyncpci.c248 uint32_t refId; // Host peer reference ID
249 uint8_t refStratum; // Host peer reference stratum
256 static void tsync_poll (int unit, struct peer *);
257 static void tsync_shutdown (int, struct peer *);
258 static int tsync_start (int, struct peer *);
314 * *peer - pointer to this reference clock's peer structure
319 static int tsync_start(int unit, struct peer *peer) argument
326 ** initialize reference clock and peer parameter
372 tsync_shutdown(int unit, struct peer *peer) argument
388 tsync_poll(int unit, struct peer *peer) argument
[all...]
H A Drefclock_palisade.c126 static void praecis_parse(struct recvbuf *rbufp, struct peer *peer);
299 struct peer *peer
314 speed = (CLK_TYPE(peer) == CLK_COPERNICUS) ? SPEED232COP : SPEED232;
344 up->type = CLK_TYPE(peer);
395 pp = peer->procptr;
397 pp->io.srcclock = peer;
416 peer->precision = PRECISION;
417 peer
1278 struct peer *peer; local
[all...]
H A Drefclock_bancomm.c163 static int vme_start (int, struct peer *);
164 static void vme_shutdown (int, struct peer *);
166 static void vme_poll (int unit, struct peer *);
286 struct peer *peer
294 tfp_type = (int)(peer->ttl);
310 printf("Opening DATUM DEVICE %s\n",get_devicename(peer->refclkunit));
312 if ( (fd_vme = open(get_devicename(peer->refclkunit), O_RDWR)) < 0) {
342 pp = peer->procptr;
347 pp->io.srcclock = peer;
[all...]
H A Drefclock_parse.c215 static int parse_start (int, struct peer *);
216 static void parse_shutdown (int, struct peer *);
217 static void parse_poll (int, struct peer *);
218 static void parse_control (int, const struct refclockstat *, struct refclockstat *, struct peer *);
392 struct peer *peer; /* backlink to peer structure - refclock inactive if 0 */ member in struct:parseunit
443 static void poll_poll (struct peer *);
608 * distance to come out at 300 ms. Thus, peer.distance in the WSDCF peer
[all...]
H A Drefclock_neoclock4x.c134 static int neoclock4x_start (int, struct peer *);
135 static void neoclock4x_shutdown (int, struct peer *);
137 static void neoclock4x_poll (int, struct peer *);
138 static void neoclock4x_control (int, const struct refclockstat *, struct refclockstat *, struct peer *);
162 struct peer *peer)
295 pp = peer->procptr;
299 pp->io.srcclock = peer;
314 peer->precision = -10;
376 msyslog(LOG_ERR, "NeoClock4X(%d): error add peer t
161 neoclock4x_start(int unit, struct peer *peer) argument
391 neoclock4x_shutdown(int unit, struct peer *peer) argument
448 struct peer *peer; local
659 neoclock4x_poll(int unit, struct peer *peer) argument
673 neoclock4x_control(int unit, const struct refclockstat *in, struct refclockstat *out, struct peer *peer) argument
[all...]
/freebsd-11-stable/usr.sbin/ntp/scripts/
H A Dntptrace27 $peer = $1 if (/peer=(\d+)/);
52 $cmd = "$ntpq -n -c \"pstat $peer\" $host";
/freebsd-11-stable/contrib/serf/auth/
H A Dauth.h36 const char *serf__construct_realm(peer_t peer,
56 apr_status_t serf__setup_request_basic_auth(peer_t peer,
79 apr_status_t serf__setup_request_digest_auth(peer_t peer,
87 peer_t peer,
110 apr_status_t serf__setup_request_spnego_auth(peer_t peer,
118 peer_t peer,
H A Dauth_spnego.c253 do_auth(peer_t peer, argument
268 if (peer == HOST) {
337 if (peer == HOST) {
359 gss_info->header = (peer == HOST) ?
445 serf__setup_request_spnego_auth(peer_t peer, argument
454 gss_authn_info_t *gss_info = (peer == HOST) ? conn->authn_info.baton :
505 status = do_auth(peer,
588 peer_t peer,
607 if (peer == HOST) {
625 status = do_auth(peer, cod
587 serf__validate_response_spnego_auth(const serf__authn_scheme_t *scheme, peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, serf_bucket_t *response, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dnb_name.c80 nb_sockaddr(struct sockaddr *peer, struct nb_name *np, argument
87 if (peer && (peer->sa_family != AF_INET && peer->sa_family != AF_IPX))
97 if (peer)
98 memcpy(&snb->snb_tran, peer, peer->sa_len);
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c193 mi = body->peer + i;
321 struct ieee802_1x_kay_peer *peer; local
323 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) {
324 if (os_memcmp(peer->mi, mi, MI_LEN) == 0)
325 return peer;
383 struct ieee802_1x_kay_peer *peer; local
385 peer = ieee802_1x_kay_get_live_peer(participant, mi);
386 if (peer)
387 return peer;
443 struct ieee802_1x_kay_peer *peer; local
576 ieee802_1x_kay_dump_peer(struct ieee802_1x_kay_peer *peer) argument
586 struct ieee802_1x_kay_peer *peer; local
611 struct ieee802_1x_kay_peer *peer; local
649 struct ieee802_1x_kay_peer *peer; local
671 struct ieee802_1x_kay_peer *peer; local
797 struct ieee802_1x_kay_peer *peer; local
928 struct ieee802_1x_kay_peer *peer; local
947 struct ieee802_1x_kay_peer *peer; local
988 struct ieee802_1x_kay_peer *peer; local
1007 struct ieee802_1x_kay_peer *peer; local
1116 struct ieee802_1x_kay_peer *peer; local
1370 struct ieee802_1x_kay_peer *peer; local
1648 struct ieee802_1x_kay_peer *peer; local
2081 struct ieee802_1x_kay_peer *peer; local
2213 compare_priorities(const struct ieee802_1x_kay_peer *peer, const struct ieee802_1x_kay_peer *other) argument
2232 struct ieee802_1x_kay_peer *peer; local
2334 struct ieee802_1x_kay_peer *peer; local
2505 struct ieee802_1x_kay_peer *peer, *pre_peer; local
3168 struct ieee802_1x_kay_peer *peer; local
3761 struct ieee802_1x_kay_peer *peer; local
[all...]
/freebsd-11-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in45 my $next_host = get_next_host($info{peer}, $host);
70 my ($peer, $host) = @_;
72 my $info = ntp_read_vars($peer, [qw(srcadr)], $host);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c58 * kind, handled by the same thread (i.e. the "peer" is actually ourselves,
126 BIO *peer; /* NULL if buf == NULL. If peer != NULL, then member in struct:bio_bio_st
127 * peer->ptr is also a bio_bio_st, and its
128 * "peer" member points back to us. peer !=
130 /* This is for what we write (i.e. reading uses peer's struct): */
131 int closed; /* valid iff peer != NULL */
132 size_t len; /* valid iff buf != NULL; 0 if peer == NULL */
136 size_t request; /* valid iff peer !
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Diface.h36 struct ncpaddr peer; /* peer address */ member in struct:iface_addr
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_cb.c1017 } peer; local
1028 /* Read peer information */
1029 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); local
1031 /* Create buffer with peer's address and port */
1033 switch (peer.sa.sa_family) {
1036 length += sizeof(peer.s4.sin_port);
1041 length += sizeof(peer.s6.sin6_port);
1055 switch (peer.sa.sa_family) {
1057 memcpy(buffer, &peer.s4.sin_port, sizeof(peer
1095 } peer; local
1102 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); local
1475 X509 *peer; local
[all...]
H A Dsess_id.c93 X509 *peer = NULL; local
161 peer = SSL_SESSION_get0_peer(x);
219 if (peer == NULL)
222 X509_print(out, peer);
239 } else if (!noout && (peer != NULL)) { /* just print the certificate */
241 i = (int)i2d_X509_bio(out, peer);
243 i = PEM_write_bio_X509(out, peer);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dnet.h51 int peer)
57 if (peer) {
50 sock_getname(struct socket *so, struct sockaddr *addr, int *sockaddr_len, int peer) argument
/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in180 foreach my $peer (@{$known_host_peers{$host}}) {
181 if (exists $trace{$peer}) {
183 $printhost = ' ' x ($level + 1) . "= " . $peer;
188 if ((substr $peer, 0, 3) ne "127") {
189 scan_host($peer, $level + 1, %trace);

Completed in 135 milliseconds

12345678910