Home
last modified time | relevance | path

Searched refs:t_type (Results 1 – 8 of 8) sorted by relevance

/openbsd/regress/usr.bin/nc/
H A Dutil.c37 todo->t_type = TEOF; in task_enqueue()
41 todo->t_type = TDWN; in task_enqueue()
45 todo->t_type = TRCV; in task_enqueue()
49 todo->t_type = TSND; in task_enqueue()
61 switch(todolist[t].t_type) { in task_run()
H A Dutil.h21 enum { TEOF, TDWN, TRCV, TSND } t_type; member
/openbsd/usr.sbin/smtpd/
H A Dtable_static.c168 priv->type = t->t_type; in table_static_config()
182 t->t_type = priv->type; in table_static_config()
197 if (table->t_type == T_NONE) in table_static_add()
198 table->t_type = val ? T_HASH : T_LIST; in table_static_add()
199 else if (table->t_type == T_LIST && val) in table_static_add()
201 else if (table->t_type == T_HASH && val == NULL) in table_static_add()
H A Dtable.c258 t->t_type = T_DYNAMIC; in table_create()
305 switch(t->t_type) { in table_dump()
338 return t->t_type & mask; in table_check_type()
H A Dsmtpd.h356 enum table_type t_type; member
/openbsd/usr.sbin/tcpdump/
H A Dprint-ppp.c1293 u_int16_t t_type, t_len; in pppoe_if_print() local
1297 t_type = EXTRACT_16BITS(p); in pppoe_if_print()
1307 switch (t_type) { in pppoe_if_print()
1342 printf("Unknown(0x%04x)", t_type); in pppoe_if_print()
1347 for (t_type = 0; t_type < t_len; t_type++) { in pppoe_if_print()
1348 if (isprint(p[t_type])) in pppoe_if_print()
1349 printf("%c", p[t_type]); in pppoe_if_print()
1351 printf("\\%03o", p[t_type]); in pppoe_if_print()
/openbsd/bin/mt/
H A Dmt.c251 short t_type; /* type of magtape device */ member
270 if (mt->t_type == 0) { in status()
275 if (mt->t_type == bp->mt_type) in status()
/openbsd/usr.bin/ftp/
H A Dsmall.c93 int t_type; member
139 curtype = type = p->t_type; in settype()
165 if (newtype == p->t_type) in changetype()