Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/networking/
Dtraceroute.c380 unsigned char seq; /* sequence number of this packet */ member
496 send_probe(int seq, int ttl) in send_probe()
650 packet4_ok(int read_len, int seq) in packet4_ok()
738 packet6_ok(int read_len, int seq) in packet6_ok()
804 packet_ok(int read_len, int seq) in packet_ok()
813 # define packet_ok(read_len, seq) packet4_ok(read_len, seq) argument
1120 int seq; in common_traceroute_main() local
/busybox-1.35.0/libbb/
Dread_key.c15 const char *seq; in read_key() local
/busybox-1.35.0/networking/libiproute/
Dlibnetlink.h17 uint32_t seq; member
Dlibnetlink.c241 unsigned seq; in rtnl_talk() local
/busybox-1.35.0/util-linux/volume_id/
Dbcache.c42 uint64_t seq; member
/busybox-1.35.0/util-linux/
Dmdev.c975 static void open_mdev_log(const char *seq, unsigned my_pid) in open_mdev_log()
1074 char *seq; in process_action() local
/busybox-1.35.0/editors/
Dawk.c547 chain *seq; member
618 #define seq (G1.seq ) macro