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