Searched refs:v4 (Results 76 - 100 of 171) sorted by relevance

1234567

/openbsd-current/usr.sbin/eigrpd/
H A Dinterface.c206 return (if_addr->addr.v4.s_addr);
485 ictl.addr.v4.s_addr = if_primary_addr(ei->iface);
H A Deigrpd.h133 struct in_addr v4; member in union:eigrpd_addr
H A Drde.c502 kr.nexthop.v4.s_addr = htonl(INADDR_LOOPBACK);
547 kr.nexthop.v4.s_addr = htonl(INADDR_LOOPBACK);
/openbsd-current/gnu/usr.bin/perl/
H A Dsbox32_hash.h8 #define SBOX32_WARN6(pat,v0,v1,v2,v3,v4,v5) printf(pat, v0, v1, v2, v3, v4, v5)
9 #define SBOX32_WARN5(pat,v0,v1,v2,v3,v4) printf(pat, v0, v1, v2, v3, v4)
15 #define SBOX32_WARN6(pat,v0,v1,v2,v3,v4,v5)
16 #define SBOX32_WARN5(pat,v0,v1,v2,v3,v4)
22 #define SBOX32_WARN6(pat,v0,v1,v2,v3,v4,v5)
23 #define SBOX32_WARN5(pat,v0,v1,v2,v3,v4)
/openbsd-current/sys/stand/efi/include/
H A Defipxebc.h47 EFI_IPv4_ADDRESS v4; member in union:__anon10043
/openbsd-current/usr.sbin/ldpctl/
H A Dparser.c349 addr->v4.s_addr = ina.s_addr;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_powerpc.h133 DEFINE_VMX(v4, LLDB_INVALID_REGNUM), \
H A DRegisterInfos_arm64.h617 DEFINE_VREG(v4),
651 DEFINE_FPU_PSEUDO(s4, 4, FPU_S_PSEUDO_REG_ENDIAN_OFFSET, v4),
684 DEFINE_FPU_PSEUDO(d4, 8, FPU_D_PSEUDO_REG_ENDIAN_OFFSET, v4),
/openbsd-current/usr.sbin/bgpd/
H A Drde_update.c621 ATTR_NEXTHOP, &nh->exit_nexthop.v4,
622 sizeof(nh->exit_nexthop.v4)) == -1)
918 if (ibuf_add(buf, &nexthop->v4, sizeof(struct in_addr)) == -1)
H A Drde_filter.c286 if (cmpaddr->v4.s_addr != nexthop->v4.s_addr)
/openbsd-current/gnu/lib/libreadline/support/
H A Dconfig.sub177 os=-sco3.2v4
185 # Don't forget version if it is 3.2v4 or newer.
572 i*86v4*)
734 os=-sco3.2v4
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t339 if ($v_unicode_version ge v4.1.0) {
531 is($mark_props_ref->{'Decomposition_Type'}, ($v_unicode_version le v4.0.0)
578 if ($v_unicode_version gt v4.0.0) {
800 if ($v_unicode_version ge v4.1.0) {
838 if ($v_unicode_version ge v4.1.0) {
1116 if ($prop eq 'qc' && $v_unicode_version le v4.0.0) {
/openbsd-current/usr.sbin/eigrpctl/
H A Dparser.c430 addr->v4.s_addr = ina.s_addr;
/openbsd-current/sbin/pfctl/
H A Dpf_print_state.c145 sin->sin_addr = addr->v4;
/openbsd-current/usr.sbin/tcpdump/
H A Dpf_print_state.c121 host = getname((char *)&addr->v4);
/openbsd-current/usr.sbin/ldpd/
H A Dldpd.h137 struct in_addr v4; member in union:ldpd_addr
H A Dinterface.c445 return (if_addr->addr.v4.s_addr);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp165 return ARMBuildAttrs::v4;
/openbsd-current/sys/net/
H A Dif_pflow.c726 flow1->src_ip = flow2->dest_ip = sk->addr[src].v4.s_addr;
728 flow1->dest_ip = flow2->src_ip = sk->addr[dst].v4.s_addr;
764 flow1->src_ip = flow2->dest_ip = sk->addr[src].v4.s_addr;
766 flow1->dest_ip = flow2->src_ip = sk->addr[dst].v4.s_addr;
H A Dpfvar.h165 struct in_addr v4; member in union:pf_addr::__anon168
171 #define v4 pfa.v4 macro
H A Dpf.c525 p.pfra_ip4addr = sn->addr.v4;
2864 ip4->ip_src = pd->nsaddr.v4;
2865 ip4->ip_dst = pd->ndaddr.v4;
2961 ip4->ip_src = src->v4;
2962 ip4->ip_dst = dst->v4;
3330 h->ip_src.s_addr = saddr->v4.s_addr;
3331 h->ip_dst.s_addr = daddr->v4.s_addr;
3833 inp = in_pcblookup(table, saddr->v4, sport, daddr->v4, dport,
3836 inp = in_pcblookup_listen(table, daddr->v4, dpor
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios.c990 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V4 v4; member in union:get_clock_dividers
1057 args.v4.ulClock = cpu_to_le32(clock); /* 10 khz */
1061 dividers->post_divider = dividers->post_div = args.v4.ucPostDiv;
1062 dividers->real_clock = le32_to_cpu(args.v4.ulClock);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsprintf.t366 >%v4.3d< >"\01\02\03"< > 001. 002. 003<
367 >%0v4.3d< >"\01\02\03"< > 001. 002. 003<
/openbsd-current/usr.sbin/bgpctl/
H A Doutput_json.c721 ibuf_get(buf, &nexthop.v4,
722 sizeof(nexthop.v4)) == -1)
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables859 push @tables_that_may_be_empty, 'Script=Common' if $v_version le v4.0.1;
862 if $v_version ge v4.1.0;
1050 if ($v_version ge v4.1.0) {
2784 if ($v_version ge v4.0.1) {
2796 if $v_version eq v4.0.1 && $_ =~ /4\.0\.0/;
12799 if ($v_version lt v4.0.0) {
12844 if ($v_version gt v4.0.0) {
12849 if ($v_version ge v4.1.0) {
14492 $Space->add_alias('Space') if $v_version lt v4.1.0;
14742 # stability extensions until v4
[all...]

Completed in 447 milliseconds

1234567