Home
last modified time | relevance | path

Searched refs:inarp (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dsdla_fr.c232 unsigned inarp; /* Inverse Arp Request status */ member
987 if (conf->inarp == WANOPT_YES){ in new_if()
990 chan->inarp = conf->inarp ? INARP_REQUEST : INARP_NONE; in new_if()
995 chan->inarp = INARP_NONE; in new_if()
1000 chan->inarp = INARP_NONE; in new_if()
1357 }else if (chan->inarp == INARP_REQUEST){ in if_open()
1374 if (chan->inarp == INARP_CONFIGURED) { in if_close()
1375 chan->inarp = INARP_REQUEST; in if_close()
3356 if (chan->inarp == INARP_CONFIGURED) {
3357 chan->inarp = INARP_REQUEST;
[all …]
/linux-2.4.37.9/include/linux/
Dwanrouter.h425 unsigned char inarp; /* Send Inverse ARP requests Y/N */ member