Lines Matching defs:opt
907 uint16_t opt;
913 opt = COAP_OPTION_Q_BLOCK2;
915 opt = COAP_OPTION_BLOCK2;
918 opt = COAP_OPTION_Q_BLOCK1;
920 opt = COAP_OPTION_BLOCK1;
923 block.m = (opt == COAP_OPTION_BLOCK1 || opt == COAP_OPTION_Q_BLOCK1) &&
929 coap_insert_optlist(&optlist, coap_new_optlist(opt, opt_length, buf));
1590 int opt;
1612 while ((opt = getopt(argc, argv,
1614 switch (opt) {