Searched refs:pType (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dipx.h21 u_int8_t pType; /* Packet Type (i.e. level 2 protocol) */ member in struct:ipxHdr
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dconfigfile.c69 tOptionValue* pType );
75 tOptionValue* pType );
80 tOptionValue* pType );
1002 tOptionValue* pType )
1009 case '/': pType->valType = OPARG_TYPE_NONE;
1022 pzText = parseValueType( pzText+len, pType );
1026 pzText = parseKeyWordType( pOpts, pzText+len, pType );
1030 pzText = parseSetMemType( pOpts, pzText+len, pType );
1060 pType->valType = OPARG_TYPE_NONE;
1078 tOptionValue* pType )
[all...]
H A Dproto.h58 tOptionValue* pType );
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c69 parse_keyword(tOptions * pOpts, char * pzText, tOptionValue * pType);
72 parse_set_mem(tOptions * pOpts, char * pzText, tOptionValue * pType);
75 parse_value(char * pzText, tOptionValue * pType);
1168 tOptionValue* pType )
1175 case '/': pType->valType = OPARG_TYPE_NONE;
1188 pzText = parse_value(pzText+len, pType);
1192 pzText = parse_keyword(pOpts, pzText+len, pType);
1196 pzText = parse_set_mem(pOpts, pzText+len, pType);
1226 pType->valType = OPARG_TYPE_NONE;
1240 parse_keyword(tOptions * pOpts, char * pzText, tOptionValue * pType) argument
1252 parse_set_mem(tOptions * pOpts, char * pzText, tOptionValue * pType) argument
1262 parse_value(char * pzText, tOptionValue * pType) argument
[all...]
H A Dproto.h55 tOptionValue* pType );
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c82143 sqlite3AddColumnType(Parse *pParse, Token *pType) argument
[all...]

Completed in 441 milliseconds