Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dproxy_protocol.h80 PP2_PROT_STREAM = 0x1, enumerator
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,
H A Dproxy_protocol.c112 (stream?PP2_PROT_STREAM:PP2_PROT_DGRAM); in pp2_write_to_buf()
136 (stream?PP2_PROT_STREAM:PP2_PROT_DGRAM); in pp2_write_to_buf()