HomeSort by: relevance | last modified time | path
    Searched defs:nat_save_4_1_16_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 798 } nat_save_4_1_16_t; typedef in typeref:struct:nat_save_4_1_16
1254 static void nat_save_current_to_4_1_16(void *, nat_save_4_1_16_t *);
1285 static void nat_save_4_1_16_to_current(ipf_main_softc_t *, nat_save_4_1_16_t *, void *);
1584 nat_save_4_1_16_t *old16;
1586 KMALLOC(old16, nat_save_4_1_16_t *);
2781 nat_save_4_1_16_to_current(ipf_main_softc_t *softc, nat_save_4_1_16_t *old,
3241 nat_save_4_1_16_t *old16;
3243 KMALLOC(old16, nat_save_4_1_16_t *);
4519 nat_save_current_to_4_1_16(void *current, nat_save_4_1_16_t *old)
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 798 } nat_save_4_1_16_t; typedef in typeref:struct:nat_save_4_1_16
1245 static void nat_save_current_to_4_1_16 __P((void *, nat_save_4_1_16_t *));
1276 static void nat_save_4_1_16_to_current __P((ipf_main_softc_t *, nat_save_4_1_16_t *, void *));
1591 nat_save_4_1_16_t *old16;
1593 KMALLOC(old16, nat_save_4_1_16_t *);
2829 nat_save_4_1_16_t *old;
3308 nat_save_4_1_16_t *old16;
3310 KMALLOC(old16, nat_save_4_1_16_t *);
4631 nat_save_4_1_16_t *old;

Completed in 36 milliseconds