OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tftpfd
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
network.c
310
l->
tftpfd
= -1;
324
int tcpfd = -1, fd = -1,
tftpfd
= -1;
local
364
if ((
tftpfd
= socket(AF_INET, SOCK_DGRAM, 0)) == -1)
367
if (!fix_fd(
tftpfd
) ||
369
setsockopt(
tftpfd
, SOL_IP, IP_PKTINFO, &opt, sizeof(opt)) == -1 ||
371
setsockopt(
tftpfd
, IPPROTO_IP, IP_RECVDSTADDR, &opt, sizeof(opt)) == -1 ||
372
setsockopt(
tftpfd
, IPPROTO_IP, IP_RECVIF, &opt, sizeof(opt)) == -1 ||
374
bind(
tftpfd
, (struct sockaddr *)&addr, sa_len(&addr)) == -1)
383
l->
tftpfd
=
tftpfd
;
[
all
...]
dnsmasq.h
349
int fd, tcpfd,
tftpfd
, family;
member in struct:listener
Completed in 51 milliseconds