Searched refs:cto (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/traceroute/
H A Dfindsaddr-udp.c57 struct sockaddr_in cto, cfrom; local
67 memcpy(&cto, to, len);
68 cto.sin_port = htons(65535); /* Dummy port for connect(2). */
69 if (connect(s, (struct sockaddr *)&cto, len) == -1) {
/freebsd-current/sys/dev/isp/
H A Disp_target.c244 ct7_entry_t _ctio7, *cto = &_ctio7; local
261 ISP_MEMZERO(cto, sizeof(*cto));
262 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
263 cto->ct_header.rqs_entry_count = 1;
264 cto->ct_nphdl = nphdl;
265 cto->ct_rxid = aep->at_rxid;
266 cto->ct_iid_lo = (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
267 cto->ct_iid_hi = aep->at_hdr.s_id[0];
268 cto
[all...]
H A Disp_freebsd.c927 ct7_entry_t local, *cto = &local; local
1067 memset(cto, 0, QENTRY_LEN);
1068 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
1069 cto->ct_header.rqs_entry_count = 1;
1070 cto->ct_header.rqs_seqno |= ATPD_SEQ_NOTIFY_CAM;
1071 ATPD_SET_SEQNO(cto, atp);
1072 cto->ct_nphdl = atp->nphdl;
1073 cto->ct_rxid = atp->tag;
1074 cto->ct_iid_lo = atp->sid;
1075 cto
1688 ct7_entry_t local, *cto = &local; local
2316 ct7_entry_t *cto = (ct7_entry_t *) storage; local
[all...]

Completed in 185 milliseconds