Home
last modified time | relevance | path

Searched refs:afi (Results 26 – 35 of 35) sorted by relevance

12

/openbsd/usr.sbin/bgpctl/
H A Doutput_json.c577 uint16_t alen, afi, short_as; in json_attr() local
690 if (ibuf_get_n16(buf, &afi) == -1 || in json_attr()
694 if (afi2aid(afi, safi, &aid) == -1) { in json_attr()
696 afi, safi); in json_attr()
H A Doutput.c763 uint16_t short_as, afi; in show_attr() local
859 if (ibuf_get_n16(buf, &afi) == -1 || in show_attr()
863 if (afi2aid(afi, safi, &aid) == -1) { in show_attr()
H A Dbgpctl.c1416 uint16_t afi; in print_afi() local
1419 if (ibuf_get_n16(b, &afi) == -1 || /* afi, 2 byte */ in print_afi()
1427 if (afi2aid(afi, safi, &aid) == -1) in print_afi()
1428 printf("unknown afi %u safi %u", afi, safi); in print_afi()
/openbsd/usr.sbin/tcpdump/
H A Dprint-bgp.c99 u_int8_t afi[2]; /* unaligned; should be u_int16_t */ member
1100 af_name(EXTRACT_16BITS(&bgp_route_refresh_header->afi)), in bgp_route_refresh_print()
/openbsd/usr.sbin/bgpd/
H A Drde.c1388 uint16_t afi, len; in rde_update_dispatch() local
1509 if (ibuf_get_n16(&unreachbuf, &afi) == -1 || in rde_update_dispatch()
1511 afi2aid(afi, safi, &aid) == -1) { in rde_update_dispatch()
1659 if (ibuf_get_n16(&reachbuf, &afi) == -1 || in rde_update_dispatch()
1661 afi2aid(afi, safi, &aid) == -1) { in rde_update_dispatch()
4222 uint16_t afi; in rde_peer_send_eor() local
4239 if (aid2afi(aid, &afi, &safi) == -1) in rde_peer_send_eor()
4249 i = htons(afi); in rde_peer_send_eor()
H A Dbgpd.h165 uint16_t afi; member
H A Dparse.y1895 uint16_t afi; variable
1899 if (aid2afi(aid, &afi, &safi) == -1 ||
1900 afi != $2)
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-opc.txt794 c209 afi RIL_RI "add immediate 32" z9-109 zarch
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td996 def AFI : BinaryRIL<"afi", 0xC29, z_sadd, GR32, simm32>;
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.md3791 ; ahi, afi, aghi, agfi

12