It is copied at: http://github.com/memcached/memcached/blob/master/memcached.c#L4384
but you may want to look at where it's used:
http://github.com/memcached/memcached/blob/master/memcached.c#L3824
Trond
> so is it possible to use -l ip1,ip2,..... ?
>
>
No, you asked for where in the code it used the -l argument, and memcached does currently not tokenize the argument to -l.
Cheers,
Trond
Does that mean memcahed can be set to listen on either Single IP or ALL IPs , but no to fixed pool of IPs ?