VirtualBox

Ignore:
Timestamp:
Jun 3, 2009 4:36:35 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48044
Message:

NAT/libalias: nbt module

Location:
trunk/src/VBox/Devices/Network/slirp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r20172 r20203  
    698698        LibAliasSetAddress(pData->proxy_alias, special_addr);
    699699        ftp_alias_load();
     700        nbt_alias_load();
    700701       
    701702    }
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r20086 r20203  
    377377
    378378# define ip_next(ip) (void *)((uint8_t *)(ip) + ((ip)->ip_hl << 2))
     379# define udp_next(udp) (void *)((uint8_t *)&((struct udphdr *)(udp))[1] )
    379380# define bcopy(src, dst, len) memcpy((dst), (src), (len))
    380381# define NO_FW_PUNCH
     
    402403#   undef fprintf
    403404# endif /*fprintf*/
     405# ifdef fflush
     406#   undef fflush
     407# endif /*fflush*/
     408#define fflush(x) do{}while(0)
    404409# define fprintf vbox_slirp_fprintf
    405410static void vbox_slirp_fprintf(void *ignored, char *format, ...)
     
    420425int ftp_alias_load();
    421426int ftp_alias_unload();
     427int nbt_alias_load();
     428int nbt_alias_unload();
    422429#endif /*VBOX_WITH_SLIRP_ALIAS*/
    423430
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette