Searched refs:nhlen (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/bgpctl/
H A Doutput_json.c703 uint8_t nhlen; local
704 if (ibuf_get_n8(buf, &nhlen) == -1)
710 if (nhlen != 16 && nhlen != 32)
717 if (nhlen != 12)
726 if (nhlen != 24)
H A Doutput.c871 uint8_t nhlen; local
872 if (ibuf_get_n8(buf, &nhlen) == -1)
878 if (nhlen != 16 && nhlen != 32)
885 if (nhlen != 12)
894 if (nhlen != 24)
H A Dmrtparser.c538 uint8_t safi, nhlen, aid; local
605 if (ibuf_get_n8(msg, &nhlen) == -1) /* nhlen */
718 * Checking for the hack skips over the nhlen.

Completed in 114 milliseconds