/src/usr.sbin/traceroute6/ |
traceroute6.c | 322 static int packet_ok(struct msghdr *, ssize_t, int); 695 if ((i = packet_ok(&rcvmhdr, cc, seq))) { 922 packet_ok(struct msghdr *mhdr, ssize_t cc, int seq) function in typeref:typename:int
|
/src/usr.sbin/traceroute/ |
traceroute.c | 404 static int nextmtu; /* from ICMP error, set by packet_ok(), might be 0 */ 414 static int packet_ok(u_char *, ssize_t, struct sockaddr_in *, int); 961 i = packet_ok(packet, cc, from, seq); 1412 packet_ok(u_char *buf, ssize_t cc, struct sockaddr_in *from, int seq) function in typeref:typename:int
|
/src/sys/dev/marvell/ |
mvxpsecvar.h | 366 struct evcnt packet_ok; member in struct:mvxpsec_evcnt
|