Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/util/
HDproxy_protocol.h71 PP2_AF_INET6 = 0x2, enumerator
91 PP2_INET6_STREAM = (PP2_AF_INET6<<4)|PP2_PROT_STREAM,
92 PP2_INET6_DGRAM = (PP2_AF_INET6<<4)|PP2_PROT_DGRAM,
HDproxy_protocol.c135 *buf = (PP2_AF_INET6<<4) | in pp2_write_to_buf()