HomeSort by relevance Sort by last modified time
    Searched refs:user_offset (Results 1 - 3 of 3) sorted by null

  /external/iptables/libiptc/
libip4tc.c 238 unsigned int user_offset, int *was_return,
297 if (*off > user_offset)
304 if (*off == user_offset)
318 unsigned int user_offset; /* Offset of first user chain */
339 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
361 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
367 user_offset = h->info.hook_entry[NF_IP_LOCAL_IN];
403 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
409 user_offset = h->info.hook_entry[NF_IP_POST_ROUTING];
423 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT]
    [all...]
libip6tc.c 266 unsigned int user_offset; /* Offset of first user chain */ local
287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
309 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
315 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
351 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
357 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
371 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
378 user_offset = get_chain_end(h, user_offset);
379 user_offset += get_entry(h, user_offset)->next_offset
    [all...]
  /external/curl/tests/python_dependencies/impacket/
ntlm.py 389 ('user_offset','<L'),
456 self['user_offset']=64+self.checkMIC(self["flags"])+self.checkVersion(self["flags"])+len(self['domain_name'])
457 self['host_offset']=self['user_offset']+len(self['user_name'])
477 user_offset = self['user_offset']
478 user_end = self['user_len'] + user_offset
479 self['user_name'] = data[ user_offset: user_end ]
    [all...]

Completed in 159 milliseconds