| version 1.38, 1996/10/16 19:33:39 |
version 1.39, 1996/10/25 06:35:16 |
| Line 450 udp_output(m, va_alist) |
|
| Line 450 udp_output(m, va_alist) |
|
| } |
} |
| |
|
| /* |
/* |
| |
* Compute the packet length of the IP header, and |
| |
* punt if the length looks bogus. |
| |
*/ |
| |
if ((len + sizeof(struct udpiphdr)) > IP_MAXPACKET) { |
| |
error = EMSGSIZE; |
| |
goto release; |
| |
} |
| |
|
| |
/* |
| * Fill in mbuf with extended UDP header |
* Fill in mbuf with extended UDP header |
| * and addresses and length put into network format. |
* and addresses and length put into network format. |
| */ |
*/ |