Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/util/
HDproxy_protocol.h70 PP2_AF_INET = 0x1, enumerator
89 PP2_INET_STREAM = (PP2_AF_INET<<4)|PP2_PROT_STREAM,
90 PP2_INET_DGRAM = (PP2_AF_INET<<4)|PP2_PROT_DGRAM,
HDproxy_protocol.c111 *buf = (PP2_AF_INET<<4) | in pp2_write_to_buf()