Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:u_int

52 static int dummy_print(const u_char *opt _U_, u_int opt_len _U_, u_char flags _U_)
57 static int mp_capable_print(const u_char *opt, u_int opt_len, u_char flags)
79 static int mp_join_print(const u_char *opt, u_int opt_len, u_char flags)
117 static u_int mp_dss_len(struct mp_dss *m, int csum)
119 u_int len;
145 static int mp_dss_print(const u_char *opt, u_int opt_len, u_char flags)
188 static int add_addr_print(const u_char *opt, u_int opt_len, u_char flags _U_)
191 u_int ipver = MP_ADD_ADDR_IPVER(add_addr->sub_ipver);
218 static int remove_addr_print(const u_char *opt, u_int opt_len, u_char flags _U_)
233 static int mp_prio_print(const u_char *opt, u_int opt_len, u_char flags _U_)
250 static int mp_fail_print(const u_char *opt, u_int opt_len, u_char flags _U_)
259 static int mp_fast_close_print(const u_char *opt, u_int opt_len, u_char flags _U_)
270 int (*print)(const u_char *, u_int, u_char);
283 int mptcp_print(const u_char *cp, u_int len, u_char flags)
286 u_int subtype;