Home
last modified time | relevance | path

Searched defs:allowedip (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dconfig.c160 static inline bool parse_ip(struct wgallowedip *allowedip, const char *value) in parse_ip()
308 static bool validate_netmask(struct wgallowedip *allowedip) in validate_netmask()
342 struct wgallowedip *allowedip = *last_allowedip, *new_allowedip; in parse_allowedips() local
568 struct wgallowedip *allowedip = NULL; in config_read_cmd() local
H A Dipc-uapi.h32 struct wgallowedip *allowedip; in userspace_set_device() local
142 struct wgallowedip *allowedip = NULL; in userspace_get_device() local
H A Dshow.c211 struct wgallowedip *allowedip; in pretty_print() local
256 struct wgallowedip *allowedip; in dump_print() local
293 struct wgallowedip *allowedip; in ugly_print() local
H A Dshowconf.c27 struct wgallowedip *allowedip; in showconf_main() local
H A Dcontainers.h100 …for (struct wgallowedip *allowedip = peer->first_allowedip, *na = allowedip ? allowedip->next_allo… in free_wgdevice() local