Symbol: U32_TO_BE32
usr/src/stand/lib/tcp/tcp.c
4977
U32_TO_BE32((uint32_t)(uintptr_t)local_time,
usr/src/stand/lib/tcp/tcp.c
4979
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/stand/lib/tcp/tcp.c
5047
U32_TO_BE32(tmp[i].begin, wptr);
usr/src/stand/lib/tcp/tcp.c
5049
U32_TO_BE32(tmp[i].end, wptr);
usr/src/stand/lib/tcp/tcp.c
5577
U32_TO_BE32(now,
usr/src/stand/lib/tcp/tcp.c
5579
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/stand/lib/tcp/tcp.c
5587
U32_TO_BE32(seq, tcph->th_seq);
usr/src/stand/lib/tcp/tcp.c
5588
U32_TO_BE32(ack, tcph->th_ack);
usr/src/stand/lib/tcp/tcp.c
5672
U32_TO_BE32(llbolt,
usr/src/stand/lib/tcp/tcp.c
5674
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/stand/lib/tcp/tcp.c
5693
U32_TO_BE32(tmp[i].begin, wptr);
usr/src/stand/lib/tcp/tcp.c
5695
U32_TO_BE32(tmp[i].end, wptr);
usr/src/stand/lib/tcp/tcp.c
5903
U32_TO_BE32(llbolt, wptr);
usr/src/stand/lib/tcp/tcp.c
5906
U32_TO_BE32(0L, wptr);
usr/src/stand/lib/tcp/tcp.c
6004
U32_TO_BE32(llbolt,
usr/src/stand/lib/tcp/tcp.c
6006
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/stand/lib/tcp/tcp.c
6025
U32_TO_BE32(tmp[i].begin, wptr);
usr/src/stand/lib/tcp/tcp.c
6027
U32_TO_BE32(tmp[i].end, wptr);
usr/src/stand/lib/tcp/tcp.c
6183
U32_TO_BE32(ack, tcph->th_ack);
usr/src/stand/lib/tcp/tcp.c
6184
U32_TO_BE32(seq, tcph->th_seq);
usr/src/uts/common/inet/common.h
91
#define U32_TO_ABE32(u, p) U32_TO_BE32(u, p)
usr/src/uts/common/inet/tcp/tcp_input.c
2305
U32_TO_BE32(llbolt,
usr/src/uts/common/inet/tcp/tcp_input.c
2307
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/uts/common/inet/tcp/tcp_input.c
2327
U32_TO_BE32(tmp[i].begin, wptr);
usr/src/uts/common/inet/tcp/tcp_input.c
2329
U32_TO_BE32(tmp[i].end, wptr);
usr/src/uts/common/inet/tcp/tcp_output.c
1333
U32_TO_BE32(now,
usr/src/uts/common/inet/tcp/tcp_output.c
1335
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/uts/common/inet/tcp/tcp_output.c
2443
U32_TO_BE32(llbolt,
usr/src/uts/common/inet/tcp/tcp_output.c
2445
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/uts/common/inet/tcp/tcp_output.c
2917
U32_TO_BE32(llbolt, wptr);
usr/src/uts/common/inet/tcp/tcp_output.c
2920
U32_TO_BE32(0L, wptr);
usr/src/uts/common/inet/tcp/tcp_output.c
3259
U32_TO_BE32(llbolt,
usr/src/uts/common/inet/tcp/tcp_output.c
3261
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/uts/common/inet/tcp/tcp_output.c
3281
U32_TO_BE32(tmp[i].begin, wptr);
usr/src/uts/common/inet/tcp/tcp_output.c
3283
U32_TO_BE32(tmp[i].end, wptr);
usr/src/uts/common/inet/tcp/tcp_output.c
3749
U32_TO_BE32(LBOLT_FASTPATH,
usr/src/uts/common/inet/tcp/tcp_output.c
3751
U32_TO_BE32(tcp->tcp_ts_recent,
usr/src/uts/common/inet/tcp/tcp_output.c
3812
U32_TO_BE32(tmp[i].begin, wptr);
usr/src/uts/common/inet/tcp/tcp_output.c
3814
U32_TO_BE32(tmp[i].end, wptr);
usr/src/uts/common/io/mac/mac_util.c
1087
U32_TO_BE32(tcp_seq, ntcph->th_seq);
usr/src/uts/common/io/mac/mac_util.c
1161
U32_TO_BE32(tcp_seq, ntcph->th_seq);
usr/src/uts/common/rpc/rpcmod.c
1988
U32_TO_BE32(event, mp->b_rptr);