HomeSort by: relevance | last modified time | path
    Searched refs:recvbuf (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/bsd/ntp/dist/include/
recvbuff.h 13 * recvbuf memory management
53 * Format of a recvbuf. These are used by the asynchronous receive
66 typedef struct recvbuf recvbuf_t;
68 struct recvbuf { struct
87 void (*receiver)(struct recvbuf *); /* callback */
100 /* freerecvbuf - make a single recvbuf available for reuse
102 extern void freerecvbuf(struct recvbuf *);
112 extern struct recvbuf *get_free_recv_buffer(int /*BOOL*/ urgent);
114 extern struct recvbuf *get_free_recv_buffer_alloc(int /*BOOL*/ urgent);
118 extern void add_full_recv_buffer(struct recvbuf *);
    [all...]
ntp_refclock.h 96 void (*clock_recv) (struct recvbuf *); /* completion routine */
97 int (*io_input) (struct recvbuf *); /* input routine -
238 extern int refclock_gtlin (struct recvbuf *, char *, int, l_fp *);
239 extern int refclock_gtraw (struct recvbuf *, char *, int, l_fp *);
245 struct recvbuf *);
246 extern void process_refclock_packet(struct recvbuf *);
ntpd.h 81 extern void process_control (struct recvbuf *, int);
149 extern void collect_timing (struct recvbuf *, const char *, int, l_fp *);
187 extern u_short ntp_monitor (struct recvbuf *, u_short);
194 extern struct peer *findpeer (struct recvbuf *, int, int *);
212 extern struct peer *findmanycastpeer(struct recvbuf *);
217 extern int crypto_recv (struct peer *, struct recvbuf *);
219 struct recvbuf *, int,
244 extern void receive (struct recvbuf *);
277 extern void process_private (struct recvbuf *, int);
580 extern void send_via_ntp_signd(struct recvbuf *, int, keyid_t, int
    [all...]
ntpsim.h 73 struct recvbuf evnt_buf;
  /src/external/bsd/ntp/dist/tests/ntpd/
t-ntp_signd.c 167 struct recvbuf *rbufp = (struct recvbuf *) malloc(sizeof(struct recvbuf));
  /src/external/bsd/ntp/dist/ntpd/
ntpsim.c 21 int determine_recv_buf_ordering(const struct recvbuf *b1,
22 const struct recvbuf *b2);
58 const struct recvbuf *b1,
59 const struct recvbuf *b2
230 struct recvbuf *rbuf;
241 rbuf = (struct recvbuf *)dequeue(recv_queue);
267 struct recvbuf rbuf; /* Buffer for the received packet */
447 struct recvbuf *rbuf;
refclock_leitch.c 102 static void leitch_receive (struct recvbuf *);
107 static int leitch_get_date (struct recvbuf *, struct leitchunit *);
108 static int leitch_get_time (struct recvbuf *, struct leitchunit *, int);
392 struct recvbuf *rbufp
541 struct recvbuf *rbufp,
583 struct recvbuf *rbufp,
refclock_heath.c 193 static void heath_receive (struct recvbuf *);
274 struct recvbuf *rbufp
refclock_pst.c 98 static void pst_receive (struct recvbuf *);
190 struct recvbuf *rbufp
refclock_palisade.h 189 static void palisade_io (struct recvbuf *);
refclock_jjy.c 336 static void jjy_receive (struct recvbuf *);
337 static int jjy_receive_tristate_jjy01 (struct recvbuf *);
338 static int jjy_receive_cdex_jst2000 (struct recvbuf *);
339 static int jjy_receive_echokeisokuki_lt2000 (struct recvbuf *);
340 static int jjy_receive_citizentic_jjy200 (struct recvbuf *);
341 static int jjy_receive_tristate_gpsclock01 (struct recvbuf *);
342 static int jjy_receive_seiko_tsys_tdc_300 (struct recvbuf *);
343 static int jjy_receive_telephone (struct recvbuf *);
359 static int modem_receive ( struct recvbuf * ) ;
602 jjy_receive ( struct recvbuf *rbufp
    [all...]
ntp_control.c 49 void (*handler) (struct recvbuf *, int); /* handle request */
86 static void control_unspec (struct recvbuf *, int);
87 static void read_status (struct recvbuf *, int);
90 static void read_variables (struct recvbuf *, int);
91 static void write_variables (struct recvbuf *, int);
92 static void read_clockstatus(struct recvbuf *, int);
93 static void write_clockstatus(struct recvbuf *, int);
94 static void set_trap (struct recvbuf *, int);
95 static void save_config (struct recvbuf *, int);
96 static void configure (struct recvbuf *, int)
    [all...]
refclock_arbiter.c 127 static void arb_receive (struct recvbuf *);
230 struct recvbuf *rbufp
refclock_as2201.c 136 static void as2201_receive (struct recvbuf *);
230 struct recvbuf *rbufp
refclock_chronolog.c 74 static void chronolog_receive (struct recvbuf *);
172 struct recvbuf *rbufp
refclock_dumbclock.c 75 static void dumbclock_receive (struct recvbuf *);
189 struct recvbuf *rbufp
refclock_fg.c 42 static void fg_receive (struct recvbuf *);
218 struct recvbuf *rbufp
refclock_hopfser.c 96 static void hopfserial_receive (struct recvbuf *);
98 /* static void hopfserial_io (struct recvbuf *); */
206 struct recvbuf *rbufp
refclock_ulink.c 96 static void ulink_receive (struct recvbuf *);
189 struct recvbuf *rbufp
refclock_zyfer.c 107 static void zyfer_receive (struct recvbuf *);
206 struct recvbuf *rbufp
ntp_signd.c 126 struct recvbuf *rbufp, /* receive packet pointer */
  /src/external/mpl/dhcp/bind/dist/lib/isc/
httpd.c 75 char recvbuf[HTTP_RECVLEN]; /*%< receive buffer */ member in struct:isc_httpd
464 #define LENGTHOK(s) (httpd->recvbuf - (s) < (int)httpd->recvlen)
465 #define BUFLENOK(s) (httpd->recvbuf - (s) < HTTP_RECVLEN)
553 httpd->recvbuf[httpd->recvlen] = 0;
560 s = strstr(httpd->recvbuf, "\r\n\r\n");
563 s = strstr(httpd->recvbuf, "\n\n");
579 if (strncmp(httpd->recvbuf, "GET ", 4) == 0) {
581 p = httpd->recvbuf + 4;
582 } else if (strncmp(httpd->recvbuf, "POST ", 5) == 0) {
584 p = httpd->recvbuf + 5
    [all...]
  /src/sys/arch/playstation2/playstation2/
sifbios.c 375 u_int32_t rpc_mode, void *sendbuf, size_t sendbuf_sz, void *recvbuf,
384 void *recvbuf; member in struct:__anon1744
394 recvbuf: recvbuf,
  /src/tests/net/icmp/
t_ping.c 146 char recvbuf[IP_MAXPACKET]; local
195 while ((n = rump_sys_recvfrom(s, recvbuf, sizeof(recvbuf), 0,
  /src/external/mpl/bind/dist/lib/isc/
httpd.c 97 char recvbuf[HTTP_RECVLEN]; /*%< receive buffer */ member in struct:isc_httpd
372 pret = phr_parse_request(httpd->recvbuf, httpd->recvlen, &method,
541 httpd->recvbuf[0] = 0;
873 memmove(httpd->recvbuf, httpd->recvbuf + httpd->consume,
917 * data in the httpd->recvbuf.
921 /* Store the received data into the recvbuf */
923 if (httpd->recvlen + region->length > sizeof(httpd->recvbuf)) {
927 memmove(httpd->recvbuf + httpd->recvlen, region->base,

Completed in 41 milliseconds

1 2 3