Home
last modified time | relevance | path

Searched refs:connection_type (Results 1 – 1 of 1) sorted by relevance

/external/dnsmasq/src/
Dlog.c44 static int connection_type = SOCK_DGRAM; variable
125 log_fd = socket(AF_UNIX, connection_type, 0); in log_reopen()
240 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM; in log_write()