OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hatype
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
rarpd.c
52
int
hatype
;
member in struct:iflink
155
ifl->
hatype
= ifrp->ifr_hwaddr.sa_family;
280
struct rarp_map *rarp_lookup(int ifindex, int
hatype
,
286
if (r->arp_type !=
hatype
&& r->arp_type != -1)
297
if (
hatype
== ARPHRD_ETHER && halen == 6) {
407
req.arp_ha.sa_family = ifl->
hatype
;
/external/iproute2/ip/
iplink.c
747
static int parse_address(const char *dev, int
hatype
, int halen,
754
ifr->ifr_hwaddr.sa_family =
hatype
;
Completed in 384 milliseconds