HomeSort by: relevance | last modified time | path
    Searched refs:restrict_4 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_restrict.c 48 #define INC_RESLIST4 ((1024 - 32) / sizeof(struct restrict_4))
54 struct restrict_4 *restrictlist4;
62 static struct restrict_4 *resfree4; /* available entries (free list) */
80 static struct restrict_4 restrict_def4;
94 static struct restrict_4 * alloc_res4(void);
96 static void free_res4(struct restrict_4 *);
100 static struct restrict_4 * match_restrict4_addr(u_int32, u_short);
104 static int/*BOOL*/ res_sorts_before4(struct restrict_4 *,
105 struct restrict_4 *);
131 struct restrict_4 * res
    [all...]
ntp_request.c 86 static void list_restrict4 (const struct restrict_4 *, struct info_restrict **);
1576 const struct restrict_4 *pres[63];
1592 const struct restrict_4 *ptr
1611 const struct restrict_4 **opp
1647 const struct restrict_4 * res,
ntp_control.c 103 struct restrict_4 *);
108 static void send_restrict4_entry(struct restrict_4 *, u_int);
110 static void send_restrict4_list(struct restrict_4 *, u_int *);
4384 struct restrict_4 * pres
4502 struct restrict_4 * pres,
4524 struct restrict_4 * pres,
  /src/external/bsd/ntp/dist/include/
ntp.h 865 struct restrict_4 { struct
866 struct restrict_4 *link; /* link to next entry */
ntpd.h 570 extern struct restrict_4 * restrictlist4; /* IPv4 restriction list */

Completed in 219 milliseconds