HomeSort by relevance Sort by last modified time
    Searched refs:get_u64 (Results 1 - 10 of 10) sorted by null

  /external/iproute2/ip/
ipntable.c 139 if (get_u64(&gc_int, *argv, 0))
161 if (get_u64(&breachable, *argv, 0))
173 if (get_u64(&retrans, *argv, 0))
185 if (get_u64(&gc_stale, *argv, 0))
197 if (get_u64(&delay_probe, *argv, 0))
255 if (get_u64(&anycast_delay, *argv, 0))
267 if (get_u64(&proxy_delay, *argv, 0))
290 if (get_u64(&locktime, *argv, 0))
ipxfrm.c 1295 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0);
1300 ret = get_u64(&lft->hard_add_expires_seconds, *argv, 0);
1305 ret = get_u64(&lft->soft_use_expires_seconds, *argv, 0);
1310 ret = get_u64(&lft->hard_use_expires_seconds, *argv, 0);
1315 ret = get_u64(&lft->soft_byte_limit, *argv, 0);
1320 ret = get_u64(&lft->hard_byte_limit, *argv, 0);
1325 ret = get_u64(&lft->soft_packet_limit, *argv, 0);
1330 ret = get_u64(&lft->hard_packet_limit, *argv, 0);
  /external/openssh/
misc.h 69 u_int64_t get_u64(const void *)
bufaux.c 111 *ret = get_u64(buf);
misc.c 760 get_u64(const void *vp) function
  /external/bluetooth/hcidump/parser/
parser.h 183 static inline uint64_t get_u64(struct frame *frm) function
196 *h = get_u64(frm);
197 *l = get_u64(frm);
sdp.c 261 *n = get_u64(frm); break;
302 val = get_u64(frm);
capi.c 727 data64 = get_u64(frm);
  /external/iproute2/include/
utils.h 85 extern int get_u64(__u64 *val, const char *arg, int base);
  /external/iproute2/lib/
utils.c 159 int get_u64(__u64 *val, const char *arg, int base) function

Completed in 168 milliseconds