OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:req_addr
(Results
1 - 8
of
8
) sorted by null
/external/ppp/pppd/
ipcp.h
71
bool
req_addr
; /* Ask peer to send IP address? */
member in struct:ipcp_options
ipcp.c
698
wo->
req_addr
= (wo->neg_addr || wo->old_addrs) &&
[
all
...]
/external/syslinux/core/lwip/src/netif/ppp/
ipcp.h
81
u_int
req_addr
: 1; /* Ask peer to send IP address? */
member in struct:ipcp_options
ipcp.c
284
wo->
req_addr
= wo->neg_addr && ipcp_allowoptions[f->unit].neg_addr;
952
wo->
req_addr
= 0; /* don't NAK with 0.0.0.0 later */
1017
wo->
req_addr
= 0; /* don't NAK with 0.0.0.0 later */
[
all
...]
/external/dhcpcd-6.8.2/
if-options.h
169
struct in_addr
req_addr
;
member in struct:if_options
dhcp.c
820
PUTADDR(DHO_IPADDRESS, ifo->
req_addr
);
[
all
...]
if-options.c
816
if (parse_addr(ctx, &ifo->
req_addr
, NULL, arg) != 0)
830
&ifo->
req_addr
, &ifo->req_mask, arg) != 0)
833
ifo->
req_addr
.s_addr = 0;
1057
if (parse_addr(ctx, &ifo->
req_addr
,
[
all
...]
ipv4.c
793
(ifo->options & DHCPCD_STATIC && ifo->
req_addr
.s_addr == 0))
Completed in 129 milliseconds