Searched refs:parse_port (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wireguard-tools/ |
H A D | config.c | 39 static inline bool parse_port(uint16_t *port, uint32_t *flags, const char *value) in parse_port() function 446 ret = parse_port(&ctx->device->listen_port, &ctx->device->flags, value); in process_line() 576 if (!parse_port(&device->listen_port, &device->flags, argv[1])) in config_read_cmd()
|
/freebsd/contrib/pf/ftp-proxy/ |
H A D | ftp-proxy.c | 108 u_int16_t parse_port(int); 222 s->port = parse_port(s->cmd); in client_parse_cmd() 798 parse_port(int mode) in parse_port() function 970 s->port = parse_port(s->cmd); in allow_data_connection()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 4565 parse_port(const char *s, const char *eos) in parse_port() function 4662 else if ((uri->port = parse_port(port+1, eos))<0) in parse_authority()
|
/freebsd/contrib/libevent/ |
H A D | http.c | 4565 parse_port(const char *s, const char *eos) in parse_port() function 4662 else if ((uri->port = parse_port(port+1, eos))<0) in parse_authority()
|