Lines Matching +full:multi +full:- +full:doc
4 * https://web.mit.edu/zephyr/doc/protocol
27 #include "netdissect-stdinc.h"
33 #include "netdissect-ctype.h"
54 int multi; member
75 { Z_PACKET_HMACK, "hm-ack" },
76 { Z_PACKET_HMCTL, "hm-ctl" },
77 { Z_PACKET_SERVACK, "serv-ack" },
78 { Z_PACKET_SERVNAK, "serv-nak" },
79 { Z_PACKET_CLIENTACK, "client-ack" },
105 (*len)--; in parse_field()
109 (*len)--; in parse_field()
119 z_buf[sizeof(z_buf)-1] = '\0'; in z_triple()
129 z_buf[sizeof(z_buf)-1] = '\0'; in str_to_lower()
162 0, /* multi */ in zephyr_print()
170 ndo->ndo_protocol = "zephyr"; in zephyr_print()
206 PARSE_FIELD_INT(z.multi); in zephyr_print()
239 ZEPHYR_PRINT(" zephyr-admin ", str_to_lower(z.opcode)); in zephyr_print()
251 "-nodefs"); in zephyr_print()
269 ND_PRINT(" gimme-defs"); in zephyr_print()
274 ND_PRINT(" clear-subs"); in zephyr_print()
289 ND_PRINT(" realm add-subs"); in zephyr_print()
291 ND_PRINT(" realm req-subs"); in zephyr_print()
293 ND_PRINT(" realm rlm-sub"); in zephyr_print()
295 ND_PRINT(" realm rlm-unsub"); in zephyr_print()
308 ND_PRINT(" get-client-stats"); in zephyr_print()
327 !strcmp(z.opcode, "REALM-VISIBLE") || in zephyr_print()
328 !strcmp(z.opcode, "REALM-ANNOUNCED") || in zephyr_print()
329 !strcmp(z.opcode, "NET-VISIBLE") || in zephyr_print()
330 !strcmp(z.opcode, "NET-ANNOUNCED")) { in zephyr_print()
331 ZEPHYR_PRINT(" set-exposure ", str_to_lower(z.opcode)); in zephyr_print()