nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

ipalloc.c (386B)


      1 #include "ipalloc.h"
      2 
      3 #include "gen_allocdefs.h"
      4 #include "ip.h"
      5 
      6 GEN_ALLOC_readyplus(ipalloc,struct ip_mx,ix,len,a,10,ipalloc_readyplus)
      7 GEN_ALLOC_append(ipalloc,struct ip_mx,ix,len,a,10,ipalloc_readyplus,ipalloc_append)
      8 
      9 GEN_ALLOC_readyplus(ip6alloc,struct ip6_mx,ix,len,a,10,ip6alloc_readyplus)
     10 GEN_ALLOC_append(ip6alloc,struct ip6_mx,ix,len,a,10,ip6alloc_readyplus,ip6alloc_append)