Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 4 of 4) sorted by relevance

/docs/
DDoxyfile30 # This tag specifies the encoding used for all characters in the configuration
32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
47 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
53 # Using the PROJECT_BRIEF tag one can provide an optional one line description
59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
66 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
85 # CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every
91 # This tag requires that the tag CREATE_SUBDIRS is set to YES.
[all …]
/lib/liblwip/doc/
Dsavannah.txt74 has a tag indicating the previous merger. This tag is called
75 'merged_from_A_to_B'. After merging, the tag is moved in the
93 If this worked out OK, we now move the tag in the DEVEL branch
102 tag name "STABLE-0_6_3". (I use release number 0.6.3 throughout this example).
/lib/liblwip/src/include/netif/
Dppp_oe.h99 PACK_STRUCT_FIELD(u16_t tag);
/lib/liblwip/src/netif/ppp/
Dppp_oe.c287 u16_t tag, len; in pppoe_dispatch_disc_pkt() local
343 tag = 0; in pppoe_dispatch_disc_pkt()
348 tag = ntohs(pt.tag); in pppoe_dispatch_disc_pkt()
351 printf("pppoe: tag 0x%x len 0x%x is too long\n", tag, len); in pppoe_dispatch_disc_pkt()
354 switch (tag) { in pppoe_dispatch_disc_pkt()