DragonFly BSD
DragonFly commits List (threaded) for 2013-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kern - Add kether_ntoa, kether_aton functions.


From: Antonio Huete Jimenez <tuxillo@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 15 Jan 2013 15:04:20 -0800 (PST)

commit 23aa4e11915ec36c935bd3181624c76b4782c809
Author: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Date:   Fri Dec 28 20:49:17 2012 +0100

    kern - Add kether_ntoa, kether_aton functions.
    
    - kether_aton() converts a human readable MAC string to an
      ethernet address.
    - kether_ntoa() converts ethernet addresses into human readable
      MAC string.
    
    Human readable notation is specified in IEEE 802.

Summary of changes:
 sys/net/if_ethersubr.c | 39 +++++++++++++++++++++++++++++++++++++++
 sys/net/if_var.h       |  2 ++
 2 files changed, 41 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/23aa4e11915ec36c935bd3181624c76b4782c809


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]