/src/sys/net/npf/ |
npf_tableset.c | 106 int t_type; member in struct:npf_table 266 if (t->t_type != ot->t_type) { 302 nvlist_add_number(table, "type", t->t_type); 414 t->t_type = type; 430 switch (t->t_type) { 556 switch (t->t_type) { 627 switch (t->t_type) { 683 switch (t->t_type) { 732 KASSERT(t->t_type == NPF_TABLE_IFADDR) [all...] |
/src/bin/mt/ |
mt.c | 239 short t_type; /* type of magtape device */ member in struct:tape_desc 253 { .t_type = 0 } 266 if (mt->t_type == 0) { 271 if (mt->t_type == bp->mt_type)
|
/src/sys/netinet/ |
sctputil.c | 1083 sctp_timer_start(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, 1095 switch (t_type) { 1360 t_type); 1370 t_type, to_ticks, tmr); 1383 if (t_type == SCTP_TIMER_TYPE_SEND) { 1386 tmr->type = t_type; 1395 sctp_timer_stop(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, 1404 switch (t_type) { 1507 t_type); 1515 if ((tmr->type != t_type) && tmr->type) [all...] |
/src/usr.bin/ftp/ |
cmds.c | 132 int t_type; member in struct:types 265 curtype = type = p->t_type; 287 if (newtype == p->t_type)
|