• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2422.115.4/bsd/security/audit/

Lines Matching defs:bytes

69  * argument value          4 bytes/8 bytes (32-bit/64-bit value)
70 * text length 2 bytes
71 * text N bytes + 1 terminating NULL byte
127 * file access mode 4 bytes
128 * owner user ID 4 bytes
129 * owner group ID 4 bytes
130 * file system ID 4 bytes
131 * node ID 8 bytes
132 * device 4 bytes/8 bytes (32-bit/64-bit)
149 * as 2 bytes; BSM defines 4 so pad with 0
192 * as 2 bytes; BSM defines 4 so pad with 0
283 * status 4 bytes
284 * return value 4 bytes
312 * number groups 2 bytes
313 * group list count * 4 bytes
335 * internet address 4 bytes
353 * address type/length 4 bytes
354 * address 16 bytes
374 * ip header 20 bytes
395 * object ID 4 bytes
414 * owner user ID 4 bytes
415 * owner group ID 4 bytes
416 * creator user ID 4 bytes
417 * creator group ID 4 bytes
418 * access mode 4 bytes
419 * slot sequence # 4 bytes
420 * key 4 bytes
439 * as 2 bytes; BSM defines 4 so pad with 0
460 * port IP address 2 bytes
478 * size 2 bytes
479 * data size bytes
482 au_to_opaque(const char *data, uint16_t bytes)
487 GET_TOKEN_AREA(t, dptr, sizeof(u_char) + sizeof(u_int16_t) + bytes);
490 ADD_U_INT16(dptr, bytes);
491 ADD_MEM(dptr, data, bytes);
498 * seconds of time 4 bytes
499 * milliseconds of time 4 bytes
500 * file name len 2 bytes
501 * file pathname N bytes + 1 terminating NULL byte
530 * text length 2 bytes
531 * text N bytes + 1 terminating NULL byte
554 * path length 2 bytes
555 * path N bytes + 1 terminating NULL byte
578 * audit ID 4 bytes
579 * effective user ID 4 bytes
580 * effective group ID 4 bytes
581 * real user ID 4 bytes
582 * real group ID 4 bytes
583 * process ID 4 bytes
584 * session ID 4 bytes
586 * port ID 4 bytes/8 bytes (32-bit/64-bit value)
587 * machine address 4 bytes
647 * audit ID 4 bytes
648 * effective user ID 4 bytes
649 * effective group ID 4 bytes
650 * real user ID 4 bytes
651 * real group ID 4 bytes
652 * process ID 4 bytes
653 * session ID 4 bytes
655 * port ID 4 bytes/8 bytes (32-bit/64-bit value)
656 * address type-len 4 bytes
657 * machine address 4/16 bytes
744 * return value 4 bytes/8 bytes (32-bit/64-bit value)
785 * sequence number 4 bytes
803 * socket domain 2 bytes
804 * socket type 2 bytes
805 * address type 2 bytes
806 * local port 2 bytes
807 * local address 4 bytes/16 bytes (IPv4/IPv6 address)
808 * remote port 2 bytes
809 * remote address 4 bytes/16 bytes (IPv4/IPv6 address)
855 * socket family 2 bytes
856 * path (up to) 104 bytes + NULL
878 /* BSM token has two bytes for family */
890 * socket family 2 bytes
891 * local port 2 bytes
892 * socket address 4 bytes
918 * socket family 2 bytes
919 * local port 2 bytes
920 * socket address 16 bytes
949 * audit ID 4 bytes
950 * effective user ID 4 bytes
951 * effective group ID 4 bytes
952 * real user ID 4 bytes
953 * real group ID 4 bytes
954 * process ID 4 bytes
955 * session ID 4 bytes
957 * port ID 4 bytes/8 bytes (32-bit/64-bit value)
958 * machine address 4 bytes
1018 * audit ID 4 bytes
1019 * effective user ID 4 bytes
1020 * effective group ID 4 bytes
1021 * real user ID 4 bytes
1022 * real group ID 4 bytes
1023 * process ID 4 bytes
1024 * session ID 4 bytes
1026 * port ID 4 bytes/8 bytes (32-bit/64-bit value)
1027 * address type/length 4 bytes
1028 * machine address 4/16 bytes
1155 * count 4 bytes
1167 * count 4 bytes
1179 * count 4 bytes
1218 * zonename length 2 bytes
1219 * zonename N bytes + 1 terminating NULL byte
1239 * count 4 bytes
1278 * record byte count 4 bytes
1280 * event type 2 bytes
1281 * event modifier 2 bytes
1282 * address type/length 4 bytes
1283 * machine address 4 bytes/16 bytes (IPv4/IPv6 address)
1284 * seconds of time 4 bytes/8 bytes (32/64-bits)
1285 * milliseconds of time 4 bytes/8 bytes (32/64-bits)
1323 * record byte count 4 bytes
1325 * event type 2 bytes
1326 * event modifier 2 bytes
1327 * seconds of time 4 bytes/8 bytes (32-bit/64-bit value)
1328 * milliseconds of time 4 bytes/8 bytes (32-bit/64-bit value)
1382 * trailer magic number 2 bytes
1383 * record byte count 4 bytes