Diff for /libelwix/inc/elwix/anet.h between versions 1.16.30.1 and 1.17.14.1

version 1.16.30.1, 2024/04/15 10:39:49 version 1.17.14.1, 2024/12/05 12:33:49
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 - 2020Copyright 2004 - 2024
         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 81  typedef struct { Line 81  typedef struct {
 } netaddr_t;  } netaddr_t;
 #define E_CIDRMASK(x)   htonl((((unsigned int)(((unsigned long)(1 << (x))) - 1) << (32 - (x))) & 0xFFFFFFFF))  #define E_CIDRMASK(x)   htonl((((unsigned int)(((unsigned long)(1 << (x))) - 1) << (32 - (x))) & 0xFFFFFFFF))
   
   #ifdef __cplusplus
   extern "C" {
   #endif
   
 /*  /*
  * e_usleep() - usleep() replacement for ELWIX   * e_usleep() - usleep() replacement for ELWIX
Line 236  sockaddr_t *e_getlinkbyether(const ether_addr_t * __re Line 239  sockaddr_t *e_getlinkbyether(const ether_addr_t * __re
  */   */
 int e_network(const char *csAddr, netaddr_t * __restrict net);  int e_network(const char *csAddr, netaddr_t * __restrict net);
   
   #ifdef __cplusplus
   }
   #endif
   
 #endif  #endif

Removed from v.1.16.30.1  
changed lines
  Added in v.1.17.14.1


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