Home
last modified time | relevance | path

Searched refs:recvbuf (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/contrib/ntp/include/
H A Drecvbuff.h64 typedef struct recvbuf recvbuf_t;
66 struct recvbuf { struct
85 void (*receiver)(struct recvbuf *); /* callback */ argument
100 extern void freerecvbuf(struct recvbuf *);
110 extern struct recvbuf *get_free_recv_buffer(int /*BOOL*/ urgent);
112 extern struct recvbuf *get_free_recv_buffer_alloc(int /*BOOL*/ urgent);
116 extern void add_full_recv_buffer(struct recvbuf *);
127 extern struct recvbuf *get_full_recv_buffer(void);
H A Dntp_refclock.h93 void (*clock_recv) (struct recvbuf *); /* completion routine */
94 int (*io_input) (struct recvbuf *); /* input routine -
235 extern int refclock_gtlin (struct recvbuf *, char *, int, l_fp *);
236 extern int refclock_gtraw (struct recvbuf *, char *, int, l_fp *);
242 struct recvbuf *);
243 extern void process_refclock_packet(struct recvbuf *);
H A Dntpd.h79 extern void process_control (struct recvbuf *, int);
147 extern void collect_timing (struct recvbuf *, const char *, int, l_fp *);
185 extern u_short ntp_monitor (struct recvbuf *, u_short);
192 extern struct peer *findpeer (struct recvbuf *, int, int *);
210 extern struct peer *findmanycastpeer(struct recvbuf *);
215 extern int crypto_recv (struct peer *, struct recvbuf *);
217 struct recvbuf *, int,
242 extern void receive (struct recvbuf *);
275 extern void process_private (struct recvbuf *, int);
578 extern void send_via_ntp_signd(struct recvbuf *, in
[all...]
H A Dntpsim.h71 struct recvbuf evnt_buf;
/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c19 int determine_recv_buf_ordering(const struct recvbuf *b1,
20 const struct recvbuf *b2);
56 const struct recvbuf *b1, in determine_recv_buf_ordering()
57 const struct recvbuf *b2 in determine_recv_buf_ordering()
228 struct recvbuf *rbuf; in sim_event_timer()
239 rbuf = (struct recvbuf *)dequeue(recv_queue); in sim_event_timer()
265 struct recvbuf rbuf; /* Buffer for the received packet */ in simulate_server()
445 struct recvbuf *rbuf; in sim_event_recv_packet()
H A Drefclock_leitch.c100 static void leitch_receive (struct recvbuf *);
105 static int leitch_get_date (struct recvbuf *, struct leitchunit *);
106 static int leitch_get_time (struct recvbuf *, struct leitchunit *, int);
390 struct recvbuf *rbufp in leitch_receive()
539 struct recvbuf *rbufp, in leitch_get_date()
581 struct recvbuf *rbufp, in leitch_get_time()
H A Dntp_control.c47 void (*handler) (struct recvbuf *, int); /* handle request */
84 static void control_unspec (struct recvbuf *, int);
85 static void read_status (struct recvbuf *, int);
88 static void read_variables (struct recvbuf *, int);
89 static void write_variables (struct recvbuf *, int);
90 static void read_clockstatus(struct recvbuf *, int);
91 static void write_clockstatus(struct recvbuf *, int);
92 static void set_trap (struct recvbuf *, int);
93 static void save_config (struct recvbuf *, int);
94 static void configure (struct recvbuf *, in
[all...]
H A Drefclock_heath.c191 static void heath_receive (struct recvbuf *);
272 struct recvbuf *rbufp in heath_receive()
H A Drefclock_pst.c96 static void pst_receive (struct recvbuf *);
188 struct recvbuf *rbufp in pst_receive()
H A Drefclock_zyfer.c105 static void zyfer_receive (struct recvbuf *);
204 struct recvbuf *rbufp in zyfer_receive()
H A Drefclock_hopfser.c94 static void hopfserial_receive (struct recvbuf *);
96 /* static void hopfserial_io (struct recvbuf *); */
204 struct recvbuf *rbufp in hopfserial_receive()
H A Drefclock_as2201.c134 static void as2201_receive (struct recvbuf *);
228 struct recvbuf *rbufp in as2201_receive()
H A Drefclock_fg.c40 static void fg_receive (struct recvbuf *);
216 struct recvbuf *rbufp in fg_receive()
H A Drefclock_dumbclock.c73 static void dumbclock_receive (struct recvbuf *);
187 struct recvbuf *rbufp in dumbclock_receive()
H A Drefclock_chronolog.c72 static void chronolog_receive (struct recvbuf *);
170 struct recvbuf *rbufp in chronolog_receive()
H A Drefclock_ulink.c94 static void ulink_receive (struct recvbuf *);
187 struct recvbuf *rbufp in ulink_receive()
H A Drefclock_arbiter.c125 static void arb_receive (struct recvbuf *);
228 struct recvbuf *rbufp in arb_receive()
H A Drefclock_jjy.c334 static void jjy_receive (struct recvbuf *);
335 static int jjy_receive_tristate_jjy01 (struct recvbuf *);
336 static int jjy_receive_cdex_jst2000 (struct recvbuf *);
337 static int jjy_receive_echokeisokuki_lt2000 (struct recvbuf *);
338 static int jjy_receive_citizentic_jjy200 (struct recvbuf *);
339 static int jjy_receive_tristate_gpsclock01 (struct recvbuf *);
340 static int jjy_receive_seiko_tsys_tdc_300 (struct recvbuf *);
341 static int jjy_receive_telephone (struct recvbuf *);
357 static int modem_receive ( struct recvbuf * ) ;
600 jjy_receive ( struct recvbuf *rbuf
[all...]
H A Drefclock_chu.c405 static void chu_receive (struct recvbuf *);
423 static void chu_audio_receive (struct recvbuf *rbufp);
428 static void chu_serial_receive (struct recvbuf *rbufp);
616 struct recvbuf *rbufp /* receive buffer structure pointer */ in chu_receive()
652 struct recvbuf *rbufp /* receive buffer structure pointer */ in chu_audio_receive()
967 struct recvbuf *rbufp /* receive buffer structure pointer */ in chu_serial_receive()
H A Drefclock_palisade.h187 static void palisade_io (struct recvbuf *);
H A Drefclock_datum.c208 static void datum_pts_receive (struct recvbuf *);
485 struct recvbuf *rbufp in datum_pts_receive()
H A Drefclock_hpgps.c130 static void hpgps_receive (struct recvbuf *);
245 struct recvbuf *rbufp in hpgps_receive()
/freebsd/tests/sys/netinet/
H A Dtcp_user_cookie.c59 char recvbuf[buflen]; in main() local
101 ret = read(accepted, &recvbuf, buflen); in main()
H A Dudp_dontroute.c61 char recvbuf[buflen]; in main() local
122 len = read(t, recvbuf, buflen); in main()
/freebsd/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c146 char recvbuf[IP_MAXPACKET]; in doping() local
189 while ((n = rump_sys_recvfrom(s, recvbuf, sizeof(recvbuf), 0, in doping()

123