| version 1.20, 1995/06/12 06:46:40 |
version 1.21, 1995/06/12 06:48:56 |
| Line 365 udp_ctlinput(cmd, sa, ip) |
|
| Line 365 udp_ctlinput(cmd, sa, ip) |
|
| { |
{ |
| register struct udphdr *uh; |
register struct udphdr *uh; |
| extern struct in_addr zeroin_addr; |
extern struct in_addr zeroin_addr; |
| extern int inetctlerrmap[], errno; |
extern int inetctlerrmap[]; |
| void (*notify) __P((struct inpcb *, int)) = udp_notify; |
void (*notify) __P((struct inpcb *, int)) = udp_notify; |
| |
int errno; |
| |
|
| if ((unsigned)cmd >= PRC_NCMDS) |
if ((unsigned)cmd >= PRC_NCMDS) |
| return; |
return; |