inet.cc (5782:ff12aefd2cc2) inet.cc (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 18 unchanged lines hidden (view full) ---

27 *
28 * Authors: Nathan Binkert
29 */
30
31#include <sstream>
32#include <string>
33
34#include "base/cprintf.hh"
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 18 unchanged lines hidden (view full) ---

27 *
28 * Authors: Nathan Binkert
29 */
30
31#include <sstream>
32#include <string>
33
34#include "base/cprintf.hh"
35#include "sim/host.hh"
35#include "base/types.hh"
36#include "base/inet.hh"
37
38using namespace std;
39namespace Net {
40
41EthAddr::EthAddr()
42{
43 memset(data, 0, ETH_ADDR_LEN);

--- 187 unchanged lines hidden ---
36#include "base/inet.hh"
37
38using namespace std;
39namespace Net {
40
41EthAddr::EthAddr()
42{
43 memset(data, 0, ETH_ADDR_LEN);

--- 187 unchanged lines hidden ---