HomeSort by: relevance | last modified time | path
    Searched refs:PP2_PROT_STREAM (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/util/
proxy_protocol.h 80 PP2_PROT_STREAM = 0x1,
89 PP2_INET_STREAM = (PP2_AF_INET<<4)|PP2_PROT_STREAM,
91 PP2_INET6_STREAM = (PP2_AF_INET6<<4)|PP2_PROT_STREAM,
93 PP2_UNIX_STREAM = (PP2_AF_UNIX<<4)|PP2_PROT_STREAM,
proxy_protocol.c 112 (stream?PP2_PROT_STREAM:PP2_PROT_DGRAM);
136 (stream?PP2_PROT_STREAM:PP2_PROT_DGRAM);
  /src/external/bsd/unbound/dist/util/
proxy_protocol.h 80 PP2_PROT_STREAM = 0x1,
89 PP2_INET_STREAM = (PP2_AF_INET<<4)|PP2_PROT_STREAM,
91 PP2_INET6_STREAM = (PP2_AF_INET6<<4)|PP2_PROT_STREAM,
93 PP2_UNIX_STREAM = (PP2_AF_UNIX<<4)|PP2_PROT_STREAM,
proxy_protocol.c 112 (stream?PP2_PROT_STREAM:PP2_PROT_DGRAM);
136 (stream?PP2_PROT_STREAM:PP2_PROT_DGRAM);

Completed in 36 milliseconds