Searched refs:dstmask (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_encap.h52 struct sockaddr *dstmask; member in struct:encaptab
H A Dip_encap.c213 mask_matchlen(match->dstmask);
337 mask_matchlen(match->dstmask);
511 if (!ep->src || !ep->dst || !ep->srcmask || !ep->dstmask)
520 memcmp(ep->dstmask, dm, dp->sa_len) != 0)
568 ep->dstmask = (struct sockaddr *)&pack4->yours;
577 ep->dstmask = (struct sockaddr *)&pack6->yours;
585 memcpy(ep->dstmask, dm, dp->sa_len);
833 q = (const u_int8_t *)ep->dstmask;
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Dif-options.h88 uint8_t dstmask[256 / 8]; member in struct:if_options
H A Dconfigure.c275 !has_option_mask(iface->state->options->dstmask, DHO_ROUTER))
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dif-options.h94 uint8_t dstmask[256 / 8]; member in struct:if_options
H A Dconfigure.c624 !has_option_mask(iface->state->options->dstmask, DHO_ROUTER))
H A Dif-options.c742 if (make_option_mask(ifo->dstmask, arg, 2) != 0) {
H A Ddhcpcd.c1415 if (i != DHO_ROUTER && has_option_mask(ifo->dstmask,i))
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A De500_intr.c1139 uint32_t dstmask; local
1147 dstmask = 0;
1150 dstmask |= 1 << cpu_index(ci);
1162 dstmask = (1 << target);
1167 openpic_write(cpu, OPENPIC_IPIDR(0), dstmask);
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Damidisplaycc.c804 int dstmask; local
851 dstmask = scr->rowmasks[dstrow];
882 } else if (dstmask & 1) {
902 dstmask >>= 1;

Completed in 210 milliseconds