OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dhcp_server_port
(Results
1 - 10
of
10
) sorted by null
/external/dnsmasq/contrib/Suse/
dnsmasq-SuSE.patch
20
#define
DHCP_SERVER_PORT
67
/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/dhcpcd/
dhcp.h
43
#define
DHCP_SERVER_PORT
67
net.c
634
sin.sin_port = htons(
DHCP_SERVER_PORT
);
701
udp->uh_dport = htons(
DHCP_SERVER_PORT
);
/external/dnsmasq/src/
bpf.c
219
udp.uh_sport = htons(daemon->
dhcp_server_port
);
config.h
67
#define
DHCP_SERVER_PORT
67
dhcp.c
70
saddr.sin_port = htons(daemon->
dhcp_server_port
);
270
dest.sin_port = htons(daemon->
dhcp_server_port
);
option.c
[
all
...]
dnsmasq.h
639
int
dhcp_server_port
, dhcp_client_port;
member in struct:daemon
Completed in 1681 milliseconds