OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setnetmask
(Results
1 - 5
of
5
) sorted by null
/system/core/nexus/
InterfaceConfig.h
60
void
setNetmask
(struct in_addr *addr);
InterfaceConfig.cpp
46
void InterfaceConfig::
setNetmask
(struct in_addr *addr) {
NetworkManager.cpp
187
bind->getCurrentCfg()->
setNetmask
(net);
/system/core/toolbox/
ifconfig.c
48
static void
setnetmask
(int s, struct ifreq *ifr, const char *addr)
function
155
setnetmask
(s, &ifr, argv[0]);
/external/ppp/pppd/
ipcp.c
139
static int
setnetmask
__P((char **));
212
{ "netmask", o_special, (void *)
setnetmask
,
490
*
setnetmask
- set the netmask to be used on the interface.
493
setnetmask
(argv)
function
[
all
...]
Completed in 1758 milliseconds