Searched refs:tp (Results 1 - 25 of 1220) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/jail/
H A Dconfig.c133 struct cfparam *p, *vp, *tp; local
263 TAILQ_FOREACH_SAFE(p, &j->params, tq, tp)
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c1271 ng_newtype(struct ng_type *tp) argument
1273 const size_t namelen = strlen(tp->name);
1276 if ((tp->version != NG_ABI_VERSION) || (namelen == 0) ||
1279 if (tp->version != NG_ABI_VERSION) {
1287 if (ng_findtype(tp->name) != NULL) {
1294 LIST_INSERT_HEAD(&ng_typelist, tp, types);
1295 tp->refs = 1; /* first ref is linked list */
1305 ng_rmtype(struct ng_type *tp) argument
1308 if (tp->refs != 1) {
1315 LIST_REMOVE(tp, type
2765 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes]; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh7272 # -tp=* Portland pgcc target processor selection
7279 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c330 /** create tp */
335 struct trust_anchor* tp = (struct trust_anchor*)calloc(1, sizeof(*tp)); local
336 if(!tp) return NULL;
337 tp->name = memdup(own, own_len);
338 if(!tp->name) {
339 free(tp);
342 tp->namelen = own_len;
343 tp->namelabs = dname_count_labels(tp
390 autr_point_delete(struct trust_anchor* tp) argument
419 struct trust_anchor* tp; local
440 add_trustanchor_frm_rr(struct val_anchors* anchors, uint8_t* rr, size_t rr_len, size_t dname_len, struct trust_anchor** tp) argument
472 add_trustanchor_frm_str(struct val_anchors* anchors, char* str, struct trust_anchor** tp, uint8_t* origin, size_t origin_len, uint8_t** prev, size_t* prev_len, int* skip) argument
530 struct trust_anchor* tp = NULL; local
742 autr_assemble(struct trust_anchor* tp) argument
812 struct trust_anchor *tp; local
852 struct trust_anchor* tp = *anchor; local
994 struct trust_anchor *tp = NULL, *tp2; local
1099 autr_write_contents(FILE* out, char* fn, struct trust_anchor* tp) argument
1173 autr_write_file(struct module_env* env, struct trust_anchor* tp) argument
1251 verify_dnskey(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* rrset, struct module_qstate* qstate) argument
1409 find_key(struct trust_anchor* tp, uint16_t t, uint8_t* rdata, size_t rdata_len, struct autr_ta** result) argument
1429 add_key(struct trust_anchor* tp, uint32_t ttl, uint8_t* rdata, size_t rdata_len) argument
1469 set_tp_times(struct trust_anchor* tp, time_t rrsig_exp_interval, time_t origttl, int* changed) argument
1513 init_events(struct trust_anchor* tp) argument
1523 check_contains_revoked(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset, int* changed, struct module_qstate* qstate) argument
1614 update_events(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset, int* changed) argument
1849 init_zsk_to_ksk(struct module_env* env, struct trust_anchor* tp, int* changed) argument
1881 remove_missing_trustanchors(struct module_env* env, struct trust_anchor* tp, int* changed) argument
1943 do_statetable(struct module_env* env, struct trust_anchor* tp, int* changed) argument
1958 autr_holddown_exceed(struct module_env* env, struct trust_anchor* tp, int* c) argument
1970 autr_cleanup_keys(struct trust_anchor* tp) argument
2046 set_next_probe(struct module_env* env, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset) argument
2089 autr_tp_remove(struct module_env* env, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset) argument
2141 autr_process_prime(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset, struct module_qstate* qstate) argument
2275 autr_debug_print_tp(struct trust_anchor* tp) argument
2314 struct trust_anchor* tp; local
2345 probe_anchor(struct module_env* env, struct trust_anchor* tp) argument
2394 struct trust_anchor* tp; local
2429 struct trust_anchor* tp; local
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c506 RR_to_ip(int tp, char* data, int len, int port) argument
510 if(tp == LDNS_RR_TYPE_A) {
522 } else if(tp == LDNS_RR_TYPE_AAAA) {
544 resolve_host_ip(struct ub_ctx* ctx, const char* host, int port, int tp, int cl, argument
551 r = ub_resolve(ctx, host, tp, cl, &res);
554 (tp==LDNS_RR_TYPE_A)?"A":"AAAA", ub_strerror(r));
564 (tp==LDNS_RR_TYPE_A)?"A":"AAAA");
568 struct ip_list* ip = RR_to_ip(tp, res->data[i], res->len[i],
1832 /** write unsigned root anchor file, a 5011 revoked tp */
2070 case 1: /* revoked tp */
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Drpz.c476 enum localzone_type tp = local_zone_always_transparent; local
509 tp = rpz_action_to_localzone_type(a);
511 dnamelabs, rrclass, tp))) {
H A Dlocalzone.h401 * @param tp: type.
406 enum localzone_type tp);
H A Dlocalzone.c1924 enum localzone_type tp)
1927 struct local_zone* z = local_zone_create(name, len, labs, tp, dclass);
1922 local_zones_add_zone(struct local_zones* zones, uint8_t* name, size_t len, int labs, uint16_t dclass, enum localzone_type tp) argument
H A Dauthzone.c1647 auth_rr_to_string(uint8_t* nm, size_t nmlen, uint16_t tp, uint16_t cl, argument
1653 if(i >= data->count) tp = LDNS_RR_TYPE_RRSIG;
1661 w += sldns_wire2str_type_print(&s, &slen, tp);
1665 w += sldns_wire2str_rdata_scan(&dat, &datlen, &s, &slen, tp, NULL, 0, NULL);
1667 if(tp == LDNS_RR_TYPE_DNSKEY) {
1675 log_nametypeclass(NO_VERBOSE, "RR too long to print", nm, tp, cl);
5535 uint16_t tp, rdlen; local
5548 tp = sldns_buffer_read_u16(pkt);
5562 tp != LDNS_RR_TYPE_SOA) {
5569 tp !
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh7272 # -tp=* Portland pgcc target processor selection
7278 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c341 struct timespec tp; local
345 clock_gettime(CLOCK_MONOTONIC, &tp);
349 expire_time = tp.tv_sec + max_age;
653 static struct timespec tp; local
654 if (tp.tv_sec == 0)
655 clock_gettime(CLOCK_MONOTONIC, &tp);
656 if ((expire_time = rtm->rtm_rmx.rmx_expire - tp.tv_sec) > 0)
/freebsd-11-stable/contrib/less/
H A Dtags.c78 #define TAG_INS(tp) \
79 (tp)->next = TAG_END; \
80 (tp)->prev = taglist.tl_last; \
81 taglist.tl_last->next = (tp); \
82 taglist.tl_last = (tp);
84 #define TAG_RM(tp) \
85 (tp)->next->prev = (tp)->prev; \
86 (tp)->prev->next = (tp)
94 struct tag *tp; local
123 struct tag *tp; local
284 struct tag *tp; local
505 struct tag *tp; local
636 struct tag *tp; local
666 struct tag *tp; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_output.c135 #define TCP_XMIT_TIMER_ASSERT(tp, len, th_flags) \
137 tcp_timer_active((tp), TT_REXMT) || \
138 tcp_timer_active((tp), TT_PERSIST), \
141 static void inline hhook_run_tcp_est_out(struct tcpcb *tp,
144 static void inline cc_after_idle(struct tcpcb *tp);
150 hhook_run_tcp_est_out(struct tcpcb *tp, struct tcphdr *th, argument
156 hhook_data.tp = tp;
163 tp->osd);
171 cc_after_idle(struct tcpcb *tp) argument
183 tcp_output(struct tcpcb *tp) argument
1656 tcp_setpersist(struct tcpcb *tp) argument
[all...]
H A Dtcp_timewait.c225 tcp_twstart(struct tcpcb *tp) argument
228 struct inpcb *inp = tp->t_inpcb;
256 tp = tcp_close(tp);
257 if (tp != NULL)
268 tcp_state_change(tp, TCPS_TIME_WAIT);
282 tp = tcp_close(tp);
283 if (tp != NULL)
300 (long)TCP_MAXWIN << tp
[all...]
H A Dtcp_syncache.c666 struct tcpcb *tp; local
855 tp = intotcpcb(inp);
856 tcp_state_change(tp, TCPS_SYN_RECEIVED);
857 tp->iss = sc->sc_iss;
858 tp->irs = sc->sc_irs;
859 tcp_rcvseqinit(tp);
860 tcp_sendseqinit(tp);
862 if (blk != tp->t_fb) {
865 * we need to release our ref on tp->t_fb and
873 if (tp
1218 struct tcpcb *tp; local
1270 struct tcpcb *tp; local
[all...]
H A Dtcp_input.c282 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) argument
287 hhook_data.tp = tp;
292 tp->osd);
300 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t type) argument
302 INP_WLOCK_ASSERT(tp->t_inpcb);
304 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th);
305 if (tp->snd_cwnd <= tp
332 cc_conn_init(struct tcpcb *tp) argument
405 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) argument
466 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) argument
496 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) argument
579 struct tcpcb *tp = NULL; local
1526 tcp_autorcvbuf(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, int tlen) argument
1552 tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos, int ti_locked) argument
3324 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int tlen, int rstreason) argument
3505 struct tcpcb *tp = sototcpcb(so); local
3530 tcp_xmit_timer(struct tcpcb *tp, int rtt) argument
3628 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, struct hc_metrics_lite *metricptr, struct tcp_ifcap *cap) argument
3775 tcp_mss(struct tcpcb *tp, int offer) argument
3898 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) argument
3931 tcp_compute_pipe(struct tcpcb *tp) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_hypot.c94 ATF_TP_ADD_TCS(tp)
97 ATF_TP_ADD_TC(tp, hypot_integer);
98 ATF_TP_ADD_TC(tp, hypotf_integer);
99 ATF_TP_ADD_TC(tp, pr50698);
101 ATF_TP_ADD_TC(tp, hypotl_near_underflow);
H A Dt_pow.c661 ATF_TP_ADD_TCS(tp)
664 ATF_TP_ADD_TC(tp, pow_nan_x);
665 ATF_TP_ADD_TC(tp, pow_nan_y);
666 ATF_TP_ADD_TC(tp, pow_inf_neg_x);
667 ATF_TP_ADD_TC(tp, pow_inf_neg_y);
668 ATF_TP_ADD_TC(tp, pow_inf_pos_x);
669 ATF_TP_ADD_TC(tp, pow_inf_pos_y);
670 ATF_TP_ADD_TC(tp, pow_one_neg_x);
671 ATF_TP_ADD_TC(tp, pow_one_pos_x);
672 ATF_TP_ADD_TC(tp, pow_zero_
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1057 tcphdr_t *tp; local
1213 tp = (tcphdr_t *)((char *)ip + hl);
1216 portlocalname(res, proto, (u_int)tp->th_sport));
1220 portlocalname(res, proto, (u_int)tp->th_dport),
1228 if (tp->th_flags & tcpfl[i].value)
1232 (u_long)(ntohl(tp->th_seq)),
1233 (u_long)(ntohl(tp->th_ack)),
1234 ntohs(tp->th_win));
1280 tp = (tcphdr_t *)((char *)ipc + hl);
1285 (u_int)tp
[all...]
H A Dipfstat.c1322 statetop_t *tstable = NULL, *tp; local
1447 tp = tstable + tsentry;
1448 tp->st_src = ips.is_src;
1449 tp->st_dst = ips.is_dst;
1450 tp->st_p = ips.is_p;
1451 tp->st_v = ips.is_v;
1452 tp->st_state[0] = ips.is_state[0];
1453 tp->st_state[1] = ips.is_state[1];
1455 tp->st_pkts = ips.is_pkts[0]+ips.is_pkts[1];
1456 tp
[all...]
/freebsd-11-stable/lib/msun/tests/
H A Dctrig_test.c483 ATF_TP_ADD_TCS(tp)
486 ATF_TP_ADD_TC(tp, test_zero_input);
487 ATF_TP_ADD_TC(tp, test_nan_inputs);
488 ATF_TP_ADD_TC(tp, test_inf_inputs);
489 ATF_TP_ADD_TC(tp, test_axes);
490 ATF_TP_ADD_TC(tp, test_small_inputs);
491 ATF_TP_ADD_TC(tp, test_large_inputs);
/freebsd-11-stable/usr.bin/systat/
H A Dvmstat.c283 struct tm *tp; local
290 tp = localtime(&now);
292 d_first ? "%e %b %R" : "%b %e %R", tp);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_util.c484 char *tp, *ep; local
505 tp = temp_name.s + archive_strlen(&temp_name);
510 tp = strchr(template, 'X');
511 if (tp == NULL) /* No X, programming error */
513 for (ep = tp; *ep == 'X'; ep++)
522 p = tp;
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c1043 char *temp, *cp, *tp; local
1054 tp = strchr(cp, ',');
1055 if (tp != NULL)
1056 *tp++ = '\0';
1078 if (tp == NULL)
1080 c = *tp;
1082 tp++;
1085 cp = tp;
3967 const struct ieee80211_txparam *tp; local
3972 tp
4398 const struct ieee80211_txparam *tp; local
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_289 tp=`echo $nm | sed -e s/num.query.type.//`
290 p_config "$nm" "$tp" "ABSOLUTE"
302 tp=`echo $nm | sed -e s/num.query.class.//`
303 p_config "$nm" "$tp" "ABSOLUTE"
315 tp=`echo $nm | sed -e s/num.query.opcode.//`
316 p_config "$nm" "$tp" "ABSOLUTE"
328 tp=`echo $nm | sed -e s/num.answer.rcode.//`
329 p_config "$nm" "$tp" "ABSOLUTE"

Completed in 296 milliseconds

1234567891011>>