Searched refs:__u16 (Results 1 - 25 of 640) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex275 __u16 flr_flags;
276 __u16 flr_expires;
277 __u16 flr_linger;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dinet_diag.h12 __u16 idiag_sport;
13 __u16 idiag_dport;
H A Dnetlink.h36 __u16 nlmsg_type; /* Message content */
37 __u16 nlmsg_flags; /* Additional flags */
H A Dpkt_cls.h216 __u16 offmask;
217 __u16 off;
348 __u16 nmatches;
349 __u16 progid;
363 __u16 matchid;
364 __u16 kind;
365 __u16 flags;
366 __u16 pad; /* currently unused */
H A Dpkt_sched.h228 __u16 pad2;
281 __u16 defcls; /* default class */
356 __u16 pad;
H A Drtnetlink.h367 __u16 pad2;
371 __u16 sport;
372 __u16 dport;
378 __u16 ident;
453 __u16 ndm_state;
570 __u16 ndtm_pad2;
575 __u16 ndtc_key_len;
576 __u16 ndtc_entry_size;
706 __u16 irq;
H A Dtcp.h24 __u16 source;
25 __u16 dest;
29 __u16 res1:4,
40 __u16 doff:4,
53 __u16 window;
54 __u16 check;
55 __u16 urg_ptr;
H A Dxfrm.h36 __u16 dport;
37 __u16 dport_mask;
38 __u16 sport;
39 __u16 sport_mask;
40 __u16 family;
151 __u16 family;
163 __u16 encap_type;
164 __u16 encap_sport;
165 __u16 encap_dport;
193 __u16 famil
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/tc_act/
H A Dtc_gact.h19 __u16 ptype;
20 __u16 pval;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/tc_ematch/
H A Dtc_em_cmp.h10 __u16 off;
H A Dtc_em_meta.h18 __u16 kind;
H A Dtc_em_nbyte.h8 __u16 off;
9 __u16 len:12;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dutils.h84 extern int get_u16(__u16 *val, const char *arg, int base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipxfrm.c242 __u8 mode, __u32 reqid, __u16 family, int force_spi,
417 void xfrm_selector_print(struct xfrm_selector *sel, __u16 family,
421 __u16 f;
515 __u16 family, FILE *fp, const char *prefix)
579 void xfrm_xfrma_print(struct rtattr *tb[], __u16 family,
763 int xfrm_id_parse(xfrm_address_t *saddr, struct xfrm_id *id, __u16 *family,
868 int xfrm_encap_type_parse(__u16 *type, int *argcp, char ***argvp)
942 sel->sport_mask = ~((__u16)0);
955 sel->dport_mask = ~((__u16)0);
965 (sel->sport & ~((__u16)
[all...]
H A Dxfrm.h81 __u16 upspec_sport_mask;
82 __u16 upspec_dport_mask;
109 __u8 mode, __u32 reqid, __u16 family, int force_spi,
115 void xfrm_selector_print(struct xfrm_selector *sel, __u16 family,
117 void xfrm_xfrma_print(struct rtattr *tb[], __u16 family,
125 int xfrm_id_parse(xfrm_address_t *saddr, struct xfrm_id *id, __u16 *family,
128 int xfrm_encap_type_parse(__u16 *type, int *argcp, char ***argvp);
H A Dxfrm_monitor.c51 __u16 family;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dutils.c92 int get_u16(__u16 *val, const char *arg, int base)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_cmp.c133 cmp.off = (__u16) offset;
H A Dem_nbyte.c98 nb.off = (__u16) offset;
H A Df_rsvp.c50 __u16 tmp;
H A Df_tcindex.c61 __u16 mask;
137 __u16 hash;
141 hash = *(__u16 *) RTA_DATA(tb[TCA_TCINDEX_HASH]);
145 __u16 mask;
149 mask = *(__u16 *) RTA_DATA(tb[TCA_TCINDEX_MASK]);
H A Df_u32.c717 __u16 mask;
H A Dm_ematch.c52 static int lookup_map(__u16 num, char *dst, int len, const char *file)
163 static struct ematch_util *get_ematch_kind_num(__u16 kind)
H A Dq_dsmark.c36 __u16 ind;
78 __u16 tmp = dflt;
155 if (RTA_PAYLOAD(tb[TCA_DSMARK_INDICES]) < sizeof(__u16))
158 *(__u16 *) RTA_DATA(tb[TCA_DSMARK_INDICES]));
161 if (RTA_PAYLOAD(tb[TCA_DSMARK_DEFAULT_INDEX]) < sizeof(__u16))
164 *(__u16 *) RTA_DATA(tb[TCA_DSMARK_DEFAULT_INDEX]));
H A Dtc_filter.c109 __u16 id;
304 __u16 res;

Completed in 100 milliseconds

1234567891011>>