Searched refs:opt_mask (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/udhcp/
H A Ddhcpc.h15 uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */ member in struct:client_config_t
H A Ddhcpc.c625 if (client_config.opt_mask[i >> 3] & (1 << (i & 7))) {
1340 client_config.opt_mask[n >> 3] |= 1 << (n & 7);
1346 client_config.opt_mask[n >> 3] |= 1 << (n & 7);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/udhcp/
H A Ddhcpc.h15 uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */ member in struct:client_config_t
H A Ddhcpc.c625 if (client_config.opt_mask[i >> 3] & (1 << (i & 7))) {
1340 client_config.opt_mask[n >> 3] |= 1 << (n & 7);
1346 client_config.opt_mask[n >> 3] |= 1 << (n & 7);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/udhcp/
H A Ddhcpc.h15 uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */ member in struct:client_config_t
H A Ddhcpc.c625 if (client_config.opt_mask[i >> 3] & (1 << (i & 7))) {
1340 client_config.opt_mask[n >> 3] |= 1 << (n & 7);
1346 client_config.opt_mask[n >> 3] |= 1 << (n & 7);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_tlv.c197 pim_hello_options opt_mask,
200 if (PIM_OPTION_IS_SET(options, opt_mask)) {
213 pim_hello_options opt_mask,
216 if (PIM_OPTION_IS_SET(options, opt_mask)) {
229 pim_hello_options opt_mask,
232 if (PIM_OPTION_IS_SET(options, opt_mask)) {
194 check_tlv_redefinition_uint16(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint16_t new, uint16_t old) argument
210 check_tlv_redefinition_uint32(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint32_t new, uint32_t old) argument
226 check_tlv_redefinition_uint32_hex(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint32_t new, uint32_t old) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_tlv.c197 pim_hello_options opt_mask,
200 if (PIM_OPTION_IS_SET(options, opt_mask)) {
213 pim_hello_options opt_mask,
216 if (PIM_OPTION_IS_SET(options, opt_mask)) {
229 pim_hello_options opt_mask,
232 if (PIM_OPTION_IS_SET(options, opt_mask)) {
194 check_tlv_redefinition_uint16(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint16_t new, uint16_t old) argument
210 check_tlv_redefinition_uint32(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint32_t new, uint32_t old) argument
226 check_tlv_redefinition_uint32_hex(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint32_t new, uint32_t old) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_tlv.c197 pim_hello_options opt_mask,
200 if (PIM_OPTION_IS_SET(options, opt_mask)) {
213 pim_hello_options opt_mask,
216 if (PIM_OPTION_IS_SET(options, opt_mask)) {
229 pim_hello_options opt_mask,
232 if (PIM_OPTION_IS_SET(options, opt_mask)) {
194 check_tlv_redefinition_uint16(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint16_t new, uint16_t old) argument
210 check_tlv_redefinition_uint32(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint32_t new, uint32_t old) argument
226 check_tlv_redefinition_uint32_hex(const char *label, const char *tlv_name, const char *ifname, struct in_addr src_addr, pim_hello_options options, pim_hello_options opt_mask, uint32_t new, uint32_t old) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/vm/
H A Dpage-types.c176 static uint64_t opt_mask[MAX_BIT_FILTERS]; variable
415 if ((flags & opt_mask[i]) == 0)
418 if ((flags & opt_mask[i]) != opt_bits[i])
832 opt_mask[nr_bit_filters] = mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/vm/
H A Dpage-types.c176 static uint64_t opt_mask[MAX_BIT_FILTERS]; variable
415 if ((flags & opt_mask[i]) == 0)
418 if ((flags & opt_mask[i]) != opt_bits[i])
832 opt_mask[nr_bit_filters] = mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c1724 int opt_mask = 0; local
1739 opt_mask |= token;
1849 if ((opt_mask & SRP_OPT_ALL) == SRP_OPT_ALL)
1854 !(srp_opt_tokens[i].token & opt_mask))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.c1724 int opt_mask = 0; local
1739 opt_mask |= token;
1849 if ((opt_mask & SRP_OPT_ALL) == SRP_OPT_ALL)
1854 !(srp_opt_tokens[i].token & opt_mask))

Completed in 128 milliseconds