Home
last modified time | relevance | path

Searched defs:last_allowedip (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dconfig.h18 struct wgallowedip *last_allowedip; member
H A Dcontainers.h65 struct wgallowedip *first_allowedip, *last_allowedip; member
H A Dconfig.c340 static inline bool parse_allowedips(struct wgpeer *peer, struct wgallowedip **last_allowedip, const… in parse_allowedips()