Searched refs:chdr (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/heimdal/kadmin/ |
| HD | rpc.c | 772 struct call_header chdr; in process_stream() local 782 memset(&chdr, 0, sizeof(chdr)); in process_stream() 843 CHECK(krb5_ret_uint32(msg, &chdr.xid)); in process_stream() 845 CHECK(krb5_ret_uint32(msg, &chdr.rpcvers)); in process_stream() 846 CHECK(krb5_ret_uint32(msg, &chdr.prog)); in process_stream() 847 CHECK(krb5_ret_uint32(msg, &chdr.vers)); in process_stream() 848 CHECK(krb5_ret_uint32(msg, &chdr.proc)); in process_stream() 849 CHECK(ret_auth_opaque(msg, &chdr.cred)); in process_stream() 851 CHECK(ret_auth_opaque(msg, &chdr.verf)); in process_stream() 853 INSIST(chdr.rpcvers == RPC_VERSION); in process_stream() [all …]
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-sl.c | 202 const u_char *chdr, const struct ip *ip, in compressed_sl_print() argument 205 register const u_char *cp = chdr; in compressed_sl_print() 249 ND_PRINT((ndo, " %d (%ld)", lastlen[dir][lastconn], (long)(cp - chdr))); in compressed_sl_print()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/lockstat/ |
| HD | lockstat.c | 1757 char lhdr[80], chdr[80]; in report_stats() local 1771 (void) sprintf(chdr, "%s%s", in report_stats() 1786 "cuml", "rcnt", rectype >= LS_TIME ? buf : "", lhdr, chdr); in report_stats() 1840 "cuml", "rcnt", buf, lhdr, chdr); in report_stats()
|
| /NextBSD/sys/netinet/ |
| HD | sctp_output.c | 8993 struct sctp_chunkhdr *chdr; in sctp_send_heartbeat_ack() local 9011 chdr = mtod(outchain, struct sctp_chunkhdr *); in sctp_send_heartbeat_ack() 9012 chdr->chunk_type = SCTP_HEARTBEAT_ACK; in sctp_send_heartbeat_ack() 9013 chdr->chunk_flags = 0; in sctp_send_heartbeat_ack()
|