HomeSort by relevance Sort by last modified time
    Searched refs:get_u32 (Results 26 - 50 of 55) sorted by null

12 3

  /external/openssh/
bufaux.c 88 *ret = get_u32(buf);
gss-serv.c 229 name->length = get_u32(tok+offset);
ssh-pkcs11-client.c 72 len = get_u32(buf);
ssh-pkcs11-helper.c 219 msg_len = get_u32(cp);
packet.c 1155 len = get_u32(cp);
    [all...]
authfd.c 153 len = get_u32(buf);
sftp-server.c 253 val = get_u32(handle);
1285 msg_len = get_u32(cp);
    [all...]
misc.c 778 get_u32(const void *vp) function
monitor_wrap.c 156 msg_len = get_u32(buf);
    [all...]
  /external/iproute2/tc/
tc_filter.c 108 if (get_u32(&prio, *argv, 0))
305 if (get_u32(&prio, *argv, 0))
q_netem.c 361 if (get_u32(&opt.gap, *argv, 0)) {
402 if (get_u32(&rate.cell_size, *argv, 0)) {
tc.c 92 if (get_u32(&handle, fhandle, 16)) {
m_police.c 155 if (get_u32(&p.index, *argv, 10)) {
m_xt.c 194 if (get_u32(&index, argv[optind + 1], 10)) {
m_xt_old.c 280 if (get_u32(&index, argv[optind + 1], 10)) {
m_action.c 440 if (get_u32(&i, *argv, 10)) {
m_ipt.c 463 if (get_u32(&index, argv[optind + 1], 10)) {
  /external/iproute2/ip/
xfrm_state.c 180 if (get_u32(seq, *argv, 0))
290 if (get_u32(&replay.seq, *argv, 0))
294 if (get_u32(&replay.oseq, *argv, 0))
427 if (get_u32(&icvlen, *argv, 0))
439 if (get_u32(&trunclen, *argv, 0))
609 if (get_u32(&req.xspi.min, *argv, 0))
618 if (get_u32(&req.xspi.max, *argv, 0))
xfrm_policy.c 305 if (get_u32(&req.xpinfo.index, *argv, 0))
324 if (get_u32(&req.xpinfo.priority, *argv, 0))
616 if (get_u32(&req.xpid.index, *argv, 0))
791 if (get_u32(&filter.xpinfo.index, *argv, 0))
815 if (get_u32(&filter.xpinfo.priority, *argv, 0))
ipaddrlabel.c 165 if (get_u32(&label, *argv, 0) || label == 0xffffffffUL)
ipl2tp.c 540 if (get_u32(&uval, *argv, 0))
547 if (get_u32(&uval, *argv, 0))
554 if (get_u32(&uval, *argv, 0))
561 if (get_u32(&uval, *argv, 0))
ipxfrm.c 667 if (get_u32(&mark->v, *argv, 0)) {
679 if (get_u32(&mark->m, *argv, 0)) {
1056 if (get_u32(&spi, *argv, 0))
1136 if (get_u32(reqid, *argv, 0))
ip6tunnel.c 190 if (get_u32(&uval, *argv, 16))
ipaddress.c 498 else if (get_u32(lifetime, argv, 0))
    [all...]
  /external/iproute2/lib/
utils.c 160 int get_u32(__u32 *val, const char *arg, int base) function

Completed in 1685 milliseconds

12 3