Home
last modified time | relevance | path

Searched refs:cert_ip (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Dextern.h97 struct cert_ip { struct
123 struct cert_ip *ips; /* list of IP address ranges */
268 struct cert_ip *ips; /* IP prefixes */
346 struct cert_ip *ip;
777 int ip_addr_check_overlap(const struct cert_ip *,
778 const char *, const struct cert_ip *, size_t, int);
780 const unsigned char *, const struct cert_ip *, size_t);
781 int ip_cert_compose_ranges(struct cert_ip *);
783 void ip_warn(const char *, const char *, const struct cert_ip *);
785 int sbgp_addr(const char *, struct cert_ip *, size_
99 typecert_ip global() argument
121 __anon31367ef9020acert_ip global() argument
[all...]
H A Dip.c81 const struct cert_ip *ips, size_t ipsz) in ip_addr_check_covered()
105 ip_addr_check_overlap(const struct cert_ip *ip, const char *fn, in ip_addr_check_overlap()
106 const struct cert_ip *ips, size_t ipsz, int quiet) in ip_addr_check_overlap()
253 struct cert_ip ip; in ip_addr_range_print()
294 ip_cert_compose_ranges(struct cert_ip *p) in ip_cert_compose_ranges()
345 ip_warn(const char *fn, const char *msg, const struct cert_ip *ip) in ip_warn()
H A Dcert.c51 append_ip(const char *fn, struct cert_ip *ips, size_t *ipsz, in append_ip()
52 const struct cert_ip *ip) in append_ip()
273 sbgp_addr(const char *fn, struct cert_ip *ips, size_t *ipsz, enum afi afi, in sbgp_addr()
276 struct cert_ip ip; in sbgp_addr()
278 memset(&ip, 0, sizeof(struct cert_ip)); in sbgp_addr()
303 sbgp_addr_range(const char *fn, struct cert_ip *ips, size_t *ipsz, in sbgp_addr_range()
306 struct cert_ip ip; in sbgp_addr_range()
308 memset(&ip, 0, sizeof(struct cert_ip)); in sbgp_addr_range()
335 sbgp_addr_inherit(const char *fn, struct cert_ip *ips, size_t *ipsz, in sbgp_addr_inherit()
338 struct cert_ip i in sbgp_addr_inherit()
[all...]
H A Dconstraints.c43 struct cert_ip *allow_ips; /* list of allowed IP address ranges */
47 struct cert_ip *deny_ips; /* forbidden IP address ranges */
338 struct cert_ip *allow_ips = NULL, *deny_ips = NULL; in constraints_parse_talid()
543 constraints_check_ips(const char *fn, struct cert_ip *cert, in constraints_check_ips()
544 const struct cert_ip *allow_ips, size_t allow_ipsz, in constraints_check_ips()
545 const struct cert_ip *deny_ips, size_t deny_ipsz) in constraints_check_ips()
573 struct cert_ip *allow_ips, *deny_ips; in constraints_validate()
H A Dgeofeed.c77 if ((geoip->ip = calloc(1, sizeof(struct cert_ip))) == NULL) in geofeed_parse_geoip()
H A Drsc.c208 sizeof(struct cert_ip)); in rsc_parse_iplist()
H A Dprint.c227 ip_resources_print(struct cert_ip *ips, size_t ipsz, size_t asz) in ip_resources_print()
/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-ip.c47 struct cert_ip ip; in test()