OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_SERVER_PORT
(Results
1 - 6
of
6
) sorted by null
/external/dnsmasq/contrib/wrt/
dhcp_lease_time.c
51
#define
DHCP_SERVER_PORT
67
174
dest.sin_port = ntohs(
DHCP_SERVER_PORT
);
dhcp_release.c
60
#define
DHCP_SERVER_PORT
67
320
dest.sin_port = ntohs(
DHCP_SERVER_PORT
);
/external/dnsmasq/src/
config.h
67
#define
DHCP_SERVER_PORT
67
option.c
[
all
...]
/external/dhcpcd/
dhcp.h
43
#define
DHCP_SERVER_PORT
67
net.c
666
sin.sin_port = htons(
DHCP_SERVER_PORT
);
733
udp->uh_dport = htons(
DHCP_SERVER_PORT
);
Completed in 4146 milliseconds