Diff for /libelwix/inc/elwix/anet.h between versions 1.15 and 1.16

version 1.15, 2018/04/04 01:25:26 version 1.16, 2020/05/27 15:03:28
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2018Copyright 2004 - 2020
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 226  sockaddr_t *e_getlinkbyether(const ether_addr_t * __re Line 226  sockaddr_t *e_getlinkbyether(const ether_addr_t * __re
                 unsigned char type, const char *iface, sockaddr_t * __restrict addr);                  unsigned char type, const char *iface, sockaddr_t * __restrict addr);
 #define e_getlinkbymac(_mac, _addr)     e_getlinkbyether((_mac), 0, 0, NULL, (_addr))  #define e_getlinkbymac(_mac, _addr)     e_getlinkbyether((_mac), 0, 0, NULL, (_addr))
 #endif  #endif
   
   /*
    * e_network() - Get network from address string
    *
    * @csAddr = Address string with CIDR mask /xx
    * @net = Network information structure
    * return: -1 error, 1 nothing for return or 0 ok
    */
   int e_network(const char *csAddr, netaddr_t * __restrict net);
   
   
 #endif  #endif

Removed from v.1.15  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>