Home
last modified time | relevance | path

Searched defs:IP (Results 226 – 250 of 13541) sorted by relevance

12345678910>>...542

/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/spf13/pflag/pflag-1.0.3/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
104 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
109 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
115 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
120 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
126 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
133 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
141 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
146 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
104 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
109 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
115 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
120 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
126 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
133 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
141 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
146 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_receivewal.c18 #include <signal.h>
104 printf(_("\nOptional actions:\n"));
105 …printf(_(" --create-slot create a new replication slot (for the slot's name see --slot)\…
111 stop_streaming(XLogRecPtr xlogpos, uint32 timeline, bool segment_finished)
116 /* we assume that we get called once at the end of each segment */
122 if (!XLogRecPtrIsInvalid(endpos) && endpos < xlogpos)
126 (uint32) (xlogpos >> 32), (uint32) xlogpos,
127 timeline);
133 * Note that we report the previous, not current, position here. After a
141 pg_log_info("switched to timeline %u at %X/%X",
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
104 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
109 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
115 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
120 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
126 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
133 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
141 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
146 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
104 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
109 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
115 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
120 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
126 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
133 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
141 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
146 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
104 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
109 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
115 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
120 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
126 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
133 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
141 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
146 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
104 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
109 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
115 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
120 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
126 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
133 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
141 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
146 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/inlets/inlets-3.0.2/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/inlets/inlets-3.0.2/vendor/github.com/spf13/pflag/pflag-1.0.5/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/evans/evans-0.9.1/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/misc/timetrace/timetrace-0.14.2/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/security/vault/vault-1.8.2/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/devel/gh/cli-2.4.0/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/rospo/rospo-0.7.1/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/net/rospo/rospo-0.7.1/vendor/github.com/spf13/pflag/pflag-1.0.5/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/spf13/pflag/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/spf13/pflag/pflag-1.0.5/
H A Dip_slice.go16 func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
142 func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
147 func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
153 func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) {
158 func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, usage string) {
164 func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]net.IP {
171 func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {
179 func IPSlice(name string, value []net.IP, usage string) *[]net.IP {
184 func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]net.IP {

12345678910>>...542