HomeSort by relevance Sort by last modified time
    Searched refs:get_u32 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/bluetooth/hcidump/parser/
bpa.c 44 #define BPA_U32(frm) (btohl(htonl(get_u32(frm))))
57 time = get_u32(frm);
hcrp.c 104 credits = get_u32(frm);
110 credits = get_u32(frm);
bnep.c 107 uuid = get_u32(frm);
111 uuid = get_u32(frm);
118 uuid = get_u32(frm);
124 uuid = get_u32(frm);
sdp.c 259 *n = get_u32(frm); break;
299 val = get_u32(frm);
333 uuid = get_u32(frm);
497 attr_id_range = get_u32(frm);
729 printf(" 0x%x", get_u32(frm));
740 printf("handle 0x%x\n", get_u32(frm));
obex.c 252 hv32 = get_u32(frm);
  /external/iproute2/ip/
iplink_can.c 107 if (get_u32(&bt.bitrate, *argv, 0))
119 if (get_u32(&bt.tq, *argv, 0))
123 if (get_u32(&bt.prop_seg, *argv, 0))
127 if (get_u32(&bt.phase_seg1, *argv, 0))
131 if (get_u32(&bt.phase_seg2, *argv, 0))
135 if (get_u32(&bt.sjw, *argv, 0))
165 if (get_u32(&val, *argv, 0))
iplink_vlan.c 60 if (get_u32(&m.from, *argv, 0))
62 if (get_u32(&m.to, colon + 1, 0))
ipntable.c 109 if (get_u32(&thresh1, *argv, 0))
119 if (get_u32(&thresh2, *argv, 0))
129 if (get_u32(&thresh3, *argv, 0))
209 if (get_u32(&queue, *argv, 0))
222 if (get_u32(&aprobe, *argv, 0))
233 if (get_u32(&uprobe, *argv, 0))
244 if (get_u32(&mprobe, *argv, 0))
279 if (get_u32(&pqueue, *argv, 0))
iprule.c 270 if (get_u32(&pref, *argv, 0))
286 if (get_u32(&fwmark, *argv, 0))
290 if (get_u32(&fwmask, slash+1, 0))
338 if (get_u32(&target, *argv, 0))
  /external/iproute2/tc/
f_flow.c 108 if (get_u32(&tmp, argv, 0) == 0)
146 if (get_u32(&t->tcm_handle, handle, 0)) {
167 if (get_u32(&tmp, *argv, 0)) {
174 if (get_u32(&tmp, *argv, 0)) {
181 if (get_u32(&tmp, *argv, 0)) {
188 if (get_u32(&tmp, *argv, 0)) {
202 if (get_u32(&tmp, *argv, 0)) {
216 if (get_u32(&tmp, *argv, 0)) {
tc_stab.c 69 if (get_u32(&s.mtu, *argv, 10)) {
77 if (get_u32(&s.mpu, *argv, 10)) {
93 if (get_u32(&s.tsize, *argv, 10)) {
q_htb.c 73 if (get_u32(&opt.rate2quantum, *argv, 10)) {
78 if (get_u32(&opt.defcls, *argv, 16)) {
119 if (get_u32(&opt.prio, *argv, 10)) {
125 if (get_u32(&mtu, *argv, 10)) {
145 if (get_u32(&opt.quantum, *argv, 10)) {
f_rsvp.c 80 if (get_u32(&gpi, *argv, 0))
92 if (get_u32(&gpi, *argv, 0))
103 if (get_u32(&flabel, *argv, 0))
125 if (get_u32(&tmp, *argv, 0))
130 if (get_u32(&mask, *argv, 16))
182 if (get_u32(&t->tcm_handle, handle, 0)) {
f_fw.c 48 if (get_u32(&t->tcm_handle, handle, 0)) {
53 if (get_u32(&mask, slash+1, 0)) {
f_route.c 48 if (get_u32(&t->tcm_handle, handle, 0)) {
110 if (get_u32(&order, *argv, 0)) {
m_skbedit.c 89 if (get_u32(&mark, *argv, 0)) {
126 if (get_u32(&sel.index, *argv, 10)) {
q_sfq.c 55 if (get_u32(&opt.limit, *argv, 0)) {
m_pedit.c 249 return get_u32(val, *argv, 0);
388 if (get_u32(&atv, *argv, 0))
394 if (get_u32(&offmask, *argv, 16))
400 if (get_u32(&shift, *argv, 0))
531 if (get_u32(&sel.sel.index, *argv, 10)) {
f_u32.c 55 return get_u32(handle, str, 16);
238 if (get_u32(&key, *argv, 0))
242 if (get_u32(&mask, *argv, 16))
270 if (get_u32(&key, *argv, 0))
274 if (get_u32(&mask, *argv, 16))
301 if (get_u32(&key, *argv, 0))
305 if (get_u32(&mask, *argv, 16))
419 if (get_u32(&key, *argv, 0))
423 if (get_u32(&mask, *argv, 16))
669 if (get_u32(&mark.val, *argv, 0))
    [all...]
m_mirred.c 90 if (get_u32(&p.index, *argv, 10)) {
187 if (get_u32(&p.index, *argv, 10)) {
m_gact.c 175 if (get_u32(&p.index, *argv, 10)) {
  /external/openssh/
msg.c 77 msg_len = get_u32(buf);
misc.h 71 u_int32_t get_u32(const void *)
deattack.c 69 #define HASH(x) get_u32(x)
  /external/iproute2/include/
utils.h 86 extern int get_u32(__u32 *val, const char *arg, int base);

Completed in 481 milliseconds

1 2 3