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

  /external/qemu/slirp/
ip_icmp.c 207 unsigned hlen, shlen, s_ip_len; local
230 shlen=ip->ip_hl << 2;
233 icp = (struct icmp *)((char *)ip + shlen);
260 if(minsize) s_ip_len=shlen+ICMP_MINLEN; /* return header+8b only */
  /external/qemu/slirp-android/
ip_icmp.c 209 unsigned hlen, shlen, s_ip_len; local
232 shlen=ip->ip_hl << 2;
235 icp = (struct icmp *)((char *)ip + shlen);
262 if(minsize) s_ip_len=shlen+ICMP_MINLEN; /* return header+8b only */
  /ndk/sources/host-tools/make-3.81/
variable.c 737 const int shlen = sizeof (shell_str) - 1;
743 (void) define_variable (shell_str, shlen,
748 struct variable *shp = lookup_variable (shell_str, shlen); local
751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0);
757 const int shlen = sizeof (shell_str) - 1;
758 struct variable *shell = lookup_variable (shell_str, shlen);
794 (void) define_variable (shell_str, shlen, replace->value,
798 (void) define_variable (shell_str, shlen, default_shell,
728 const int shlen = sizeof (shell_str) - 1; local
    [all...]

Completed in 58 milliseconds