inet.cc (7778:6a7207241112) inet.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 283 unchanged lines hidden (view full) ---

292 UdpPtr udp(ip);
293 if (udp)
294 split_point = udp.pstart();
295 }
296 return split_point;
297}
298
299
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 283 unchanged lines hidden (view full) ---

292 UdpPtr udp(ip);
293 if (udp)
294 split_point = udp.pstart();
295 }
296 return split_point;
297}
298
299
300/* namespace Net */ }
300} // namespace Net