| author | |
| committer | |
| log | b677b3627818edc24828f36f8269a3c3843703a1 |
| tree | 940948f79d0d3729c89ab997929f0763f845835b |
| parent | 21b7c4804352c892ba4bfd6967ca73a5db0df81b |
1 files changed, 5 insertions(+), 0 deletions(-)
lib/std/c/netbsd.zig+5| ... | ... | @@ -485,6 +485,11 @@ pub const AF = struct { |
| 485 | 485 | pub const MAX = 37; |
| 486 | 486 | }; |
| 487 | 487 | |
| 488 | pub const accept_filter_arg = extern struct { | |
| 489 | af_name: [16]u8, | |
| 490 | af_args: [240]u8, | |
| 491 | }; | |
| 492 | ||
| 488 | 493 | pub const in_port_t = u16; |
| 489 | 494 | pub const sa_family_t = u8; |
| 490 | 495 |