OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
bootp.c
226
sock_address_init_inet( &saddr, special_addr_ip |
CTL_ALIAS
,
slirp.c
265
alias_addr_ip = special_addr_ip |
CTL_ALIAS
;
704
if ( CTL_IS_DNS(ar_tip_low) || ar_tip_low ==
CTL_ALIAS
)
801
reh->h_source[5] =
CTL_ALIAS
;
810
rah->ar_sha[5] =
CTL_ALIAS
;
823
eh->h_source[5] =
CTL_ALIAS
;
[
all
...]
tcp_subr.c
1134
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 1800 milliseconds