OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifName
(Results
1 - 6
of
6
) sorted by null
/external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c
60
conn->
ifName
= xstrdup(optarg);
76
if (!conn->
ifName
)
77
conn->
ifName
= strdup("eth0");
plugin.c
109
SET_STRING(conn->
ifName
, devnam);
163
memcpy(sp.sa_addr.pppoe.dev, conn->
ifName
, IFNAMSIZ);
202
strlcpy(ifr.ifr_name,
ifname
, sizeof(ifr.ifr_name));
239
memcpy(sp.sa_addr.pppoe.dev, conn->
ifName
, IFNAMSIZ);
pppoe.h
258
char *
ifName
; /* Interface name */
283
int openInterface(char const *
ifname
, UINT16_t type, unsigned char *hwaddr);
discovery.c
590
openInterface(conn->
ifName
, Eth_PPPOE_Discovery, conn->myEth);
if.c
139
*
ifname
-- name of interface
147
getHWaddr(int sock, char const *
ifname
, unsigned char *hwaddr)
173
!strncmp(
ifname
, ifr->ifr_name, sizeof(ifr->ifr_name))) {
176
sprintf(buffer, "interface %.16s has more than one ethernet address",
ifname
);
187
sprintf(buffer, "interface %.16s has no ethernet address",
ifname
);
263
*
ifname
-- name of interface
275
openInterface(char const *
ifname
, UINT16_t type, unsigned char *hwaddr)
324
strncpy(ifr.ifr_name,
ifname
, sizeof(ifr.ifr_name));
330
sprintf(buffer, "Interface %.16s is not up\n",
ifname
);
338
getHWaddr(sock,
ifname
, hwaddr)
[
all
...]
/frameworks/native/cmds/service/
service.cpp
130
String16
ifName
= get_interface_name(service);
132
if (service != NULL &&
ifName
.size() > 0) {
136
data.writeInterfaceToken(
ifName
);
Completed in 3550 milliseconds