Searched refs:etype (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dtypebuiltins.c10 static GType etype = 0; local
11 if (etype == 0) {
20 etype = g_enum_register_static ("orient_t", values);
22 return etype;
27 static GType etype = 0; local
28 if (etype == 0) {
35 etype = g_enum_register_static ("command_t", values);
37 return etype;
44 static GType etype = 0; local
45 if (etype
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-symantec.c51 u_int16_t etype; local
55 etype = ntohs(sp->ether_type);
57 if (etype <= ETHERMTU)
58 (void)printf("invalid ethertype %u", etype);
61 tok2str(ethertype_values,"Unknown", etype),
62 etype);
64 if (etype <= ETHERMTU)
65 (void)printf("invalid ethertype %u", etype);
67 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
H A Disakmp.h109 u_int8_t etype; /* Exchange Type */ member in struct:isakmp
H A Daddrtoname.c774 u_short etype = htons(eproto_db[i].p); local
776 memcpy((char *)&protoid[3], (char *)&etype, 2);
H A Dprint-isakmp.c133 /* isakmp->etype */
1345 printf(" %s", ETYPESTR(base.etype));
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dentities.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
H A Dtree.h307 xmlElementTypeVal etype; /* The type */ member in struct:_xmlElement
/haiku-fatelf/src/libs/compat/freebsd_network/compat/net/
H A Dethernet.h35 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
38 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c285 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
311 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
806 if (elem->etype != XML_ELEMENT_TYPE_ELEMENT)
1459 if ((ret != NULL) && (ret->etype == XML_ELEMENT_TYPE_UNDEFINED)) {
1473 if (ret->etype != XML_ELEMENT_TYPE_UNDEFINED) {
1548 ret->etype = type;
1612 cur->etype = elem->etype;
1655 switch (elem->etype) {
3239 cur->etype
[all...]
H A Dentities.c189 ret->etype = (xmlEntityType) type;
781 cur->etype = ent->etype;
864 switch (ent->etype) {
H A Dxinclude.c1245 switch (ent->etype) {
1255 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID,
1263 if (ent->etype != prev->etype)
1284 switch (ent->etype) {
H A DdebugXML.c605 switch (elem->etype) {
664 switch (ent->etype) {
769 switch (ent->etype) {
786 fprintf(ctxt->output, "ENTITY_%d ! ", (int) ent->etype);
1237 switch (cur->etype) {
1255 "Unknown entity type %d\n", cur->etype);
H A Dparser.c2079 if ((entity->etype == XML_INTERNAL_PARAMETER_ENTITY) ||
2080 (entity->etype == XML_EXTERNAL_PARAMETER_ENTITY)) {
2113 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) &&
2216 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) {
3104 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) {
3122 if (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) {
3151 if ((ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) &&
5931 (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY)) {
5975 if ((ent->etype == XML_INTERNAL_GENERAL_ENTITY) &&
6005 if (ent->etype
[all...]
H A DparserInternals.c1359 switch (entity->etype) {
H A Dtree.c1300 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) {
1485 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) {
4074 switch (tmp->etype) {
H A DSAX2.c563 (ret->etype == XML_EXTERNAL_GENERAL_PARSED_ENTITY)) {
H A Dxmlschemastypes.c2812 (ent->etype !=
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-dos.c816 static WORD etype; variable
826 etype = ep->ether_type;
842 *type = etype;
/haiku-fatelf/src/tools/rman/
H A Drman.c2494 int etype;
2501 etype=NOTAG;
2633 tagadd(etype, efirst, I+iq);
2639 efirst=I+iq; etype=BOLD;
2642 efirst=I+iq; etype=ITALICS;
2708 else if (efirst>=0) tagadd(etype, efirst, I+iq);
2480 int etype; local
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A Dif_lem.c2854 u16 etype; local
2869 etype = ntohs(eh->evl_proto);
2872 etype = ntohs(eh->evl_encap_proto);
2880 switch (etype) {
H A Dif_igb.c3720 u16 etype, vtag = 0; local
3750 etype = ntohs(eh->evl_proto);
3753 etype = ntohs(eh->evl_encap_proto);
3760 switch (etype) {

Completed in 274 milliseconds