Changeset 98103 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Jan 17, 2023 2:15:46 PM (23 months ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/bootp.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/cksum.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/counters.h
r96407 r98103 9 9 10 10 /* 11 * Copyright (C) 2007-202 2Oracle and/or its affiliates.11 * Copyright (C) 2007-2023 Oracle and/or its affiliates. 12 12 * 13 13 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/ctl.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/debug.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/debug.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c
r96407 r98103 2 2 3 3 /* 4 * Copyright (C) 2009-202 2Oracle and/or its affiliates.4 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 5 5 * 6 6 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/ext.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2007-202 2Oracle and/or its affiliates.7 * Copyright (C) 2007-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/hostres.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/icmp_var.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/if.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/ip.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/ip_icmp.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/ip_icmpwin.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/ip_input.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/ip_output.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/libslirp.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/main.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/misc.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/misc.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/queue.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2016-202 2Oracle and/or its affiliates.7 * Copyright (C) 2016-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2014-202 2Oracle and/or its affiliates.7 * Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/sbuf.c
r96492 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/sbuf.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/slirp.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/slirp.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/slirp_config.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/slirp_dns.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/slirp_dns.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/slirp_state.h
r96407 r98103 4 4 5 5 /* 6 * Copyright (C) 2006-202 2Oracle and/or its affiliates.6 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/socket.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/socket.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tcp.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tcp_output.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tcp_subr.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tcp_timer.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tcp_timer.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tcp_var.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tcpip.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tftp.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/tftp.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/udp.c
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/udp.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Network/slirp/zone.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.