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

  /external/qemu/slirp/
ctl.h 3 #define CTL_ALIAS 2
slirp.c 207 alias_addr.s_addr = special_addr.s_addr | htonl(CTL_ALIAS);
611 if (ah->ar_tip[3] == CTL_DNS || ah->ar_tip[3] == CTL_ALIAS)
708 reh->h_source[5] = CTL_ALIAS;
717 rah->ar_sha[5] = CTL_ALIAS;
730 eh->h_source[5] = CTL_ALIAS;
bootp.c 221 saddr.sin_addr.s_addr = htonl(ntohl(special_addr.s_addr) | CTL_ALIAS);
ip_icmp.c 143 case CTL_ALIAS:
tcp_subr.c 393 case CTL_ALIAS:
    [all...]
socket.c 564 case CTL_ALIAS:
udp.c 321 (ntohl(so->so_faddr.s_addr) & 0xff) != CTL_ALIAS)
tcp_input.c 644 if (lastbyte!=CTL_ALIAS && lastbyte!=CTL_DNS) {
663 /* CTL_ALIAS: Do nothing, tcp_fconnect will be called on it */
    [all...]
  /external/qemu/slirp-android/
ctl.h 3 #define CTL_ALIAS 2
slirp.c 259 alias_addr_ip = special_addr_ip | CTL_ALIAS;
696 if ( CTL_IS_DNS(ar_tip_low) || ar_tip_low == CTL_ALIAS)
793 reh->h_source[5] = CTL_ALIAS;
802 rah->ar_sha[5] = CTL_ALIAS;
815 eh->h_source[5] = CTL_ALIAS;
bootp.c 226 sock_address_init_inet( &saddr, special_addr_ip | CTL_ALIAS,
tcp_subr.c 1010 case CTL_ALIAS:
tcp_input.c 649 if (lastbyte!=CTL_ALIAS && lastbyte!=CTL_DNS) {
668 /* CTL_ALIAS: Do nothing, tcp_fconnect will be called on it */
    [all...]

Completed in 69 milliseconds