packet_ok
i = packet_ok(packet, cc, from, seq);
int packet_ok(u_char *, int, struct sockaddr_in *, int);
static int packet_ok(struct msghdr *, ssize_t, int);
if ((i = packet_ok(&rcvmhdr, cc, seq))) {