Searched refs:opt_type (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-geneve.c | 107 uint8_t opt_type; in geneve_opts_print() local 114 opt_type = GET_U_1(bp + 2); in geneve_opts_print() 118 format_opt_class(opt_class), opt_class, opt_type, in geneve_opts_print() 119 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len); in geneve_opts_print()
|
H A D | print-pgm.c | 155 uint8_t opt_type, opt_len; in pgm_print() local 430 opt_type = GET_U_1(bp); in pgm_print() 432 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print() 433 ND_PRINT("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK); in pgm_print() 456 opt_type = GET_U_1(bp); in pgm_print() 471 switch (opt_type & PGM_OPT_MASK) { in pgm_print() 806 ND_PRINT(" OPT_%02X [%u] ", opt_type, opt_len); in pgm_print() 812 if (opt_type & PGM_OPT_END) in pgm_print()
|
H A D | print-bgp.c | 2681 uint8_t opt_type, opt_len; in bgp_open_print() local 2687 opt_type = GET_U_1(bgpopt->bgpopt_type); in bgp_open_print() 2691 opt_type, opt_len); in bgp_open_print() 2696 tok2str(bgp_opt_values,"Unknown",opt_type), in bgp_open_print() 2697 opt_type, in bgp_open_print() 2701 switch(opt_type) { in bgp_open_print() 2711 opt_type); in bgp_open_print()
|
H A D | print-icmp6.c | 1394 uint8_t opt_type; in icmp6_opt_print() local 1418 opt_type = GET_U_1(op->nd_opt_type); in icmp6_opt_print() 1426 tok2str(icmp6_opt_values, "unknown", opt_type), in icmp6_opt_print() 1427 opt_type, in icmp6_opt_print() 1431 switch (opt_type) { in icmp6_opt_print()
|
/freebsd/usr.sbin/ckdist/ |
H A D | ckdist.c | 71 static int opt_type; /* dist type: md5 or inf */ variable 116 if ((opt_type = disttype(optarg)) == 0) { in main() 140 rval |= ckdist(*argv, opt_type); in main() 144 rval |= ckdist(*argv, opt_type); in main() 166 (!opt_type || type == opt_type)) in main()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ndisc_snoop.c | 31 u8 opt_type; member 115 if (msg->opt_type != SOURCE_LL_ADDR) in handle_ndisc()
|