Searched defs:opt_len (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/drivers/net/ppp/ |
D | ppp_deflate.c | 110 static void *z_comp_alloc(unsigned char *options, int opt_len) in z_comp_alloc() 162 static int z_comp_init(void *arg, unsigned char *options, int opt_len, in z_comp_init() 327 static void *z_decomp_alloc(unsigned char *options, int opt_len) in z_decomp_alloc() 377 static int z_decomp_init(void *arg, unsigned char *options, int opt_len, in z_decomp_init()
|
D | bsd_comp.c | 352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) in bsd_alloc() 449 static void *bsd_comp_alloc (unsigned char *options, int opt_len) in bsd_comp_alloc() 454 static void *bsd_decomp_alloc (unsigned char *options, int opt_len) in bsd_decomp_alloc() 464 int opt_len, int unit, int debug, int decomp) in bsd_init() 507 int opt_len, int unit, int opthdr, int debug) in bsd_comp_init() 513 int opt_len, int unit, int opthdr, int mru, in bsd_decomp_init()
|
/linux-3.3/net/dns_resolver/ |
D | dns_key.c | 93 int opt_len, opt_nlen, opt_vlen, tmp; in dns_resolver_instantiate() local
|
/linux-3.3/net/ipv4/ |
D | cipso_ipv4.c | 1623 u8 opt_len; in cipso_v4_validate() local 1886 u32 opt_len; in cipso_v4_sock_setattr() local 1970 u32 opt_len; in cipso_v4_req_setattr() local 2229 u32 opt_len; in cipso_v4_skbuff_setattr() local
|
/linux-3.3/lib/zlib_deflate/ |
D | defutil.h | 220 ulg opt_len; /* bit length of current block with optimal trees */ member
|
/linux-3.3/net/openvswitch/ |
D | flow.c | 541 int opt_len = nd_opt->nd_opt_len * 8; in parse_icmpv6() local
|
/linux-3.3/net/ipv6/ |
D | ndisc.c | 245 static struct ndisc_options *ndisc_parse_options(u8 *opt, int opt_len, in ndisc_parse_options()
|