File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
src/unix/bsd/netbsdlike/netbsd Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -598,6 +598,15 @@ NET_RT_OIFLIST
598
598
NET_RT_OOIFLIST
599
599
NET_RT_OOOIFLIST
600
600
NEW_TIME
601
+ NI_DGRAM
602
+ NI_MAXHOST
603
+ NI_MAXSERV
604
+ NI_NAMEREQD
605
+ NI_NOFQDN
606
+ NI_NUMERICHOST
607
+ NI_NUMERICSCOPE
608
+ NI_NUMERICSERV
609
+ NI_WITHSCOPEID
601
610
NOEXPR
602
611
NOKERNINFO
603
612
NOSTR
Original file line number Diff line number Diff line change @@ -1506,6 +1506,15 @@ pub const NOTE_CHILD: u32 = 0x00000004;
1506
1506
pub const TMP_MAX : :: c_uint = 308915776 ;
1507
1507
1508
1508
pub const NI_MAXHOST : :: socklen_t = 1025 ;
1509
+ pub const NI_MAXSERV : :: socklen_t = 32 ;
1510
+
1511
+ pub const NI_NOFQDN : :: c_int = 0x00000001 ;
1512
+ pub const NI_NUMERICHOST : :: c_int = 0x000000002 ;
1513
+ pub const NI_NAMEREQD : :: c_int = 0x000000004 ;
1514
+ pub const NI_NUMERICSERV : :: c_int = 0x000000008 ;
1515
+ pub const NI_DGRAM : :: c_int = 0x00000010 ;
1516
+ pub const NI_WITHSCOPEID : :: c_int = 0x00000020 ;
1517
+ pub const NI_NUMERICSCOPE : :: c_int = 0x00000040 ;
1509
1518
1510
1519
pub const RTLD_NOLOAD : :: c_int = 0x2000 ;
1511
1520
pub const RTLD_LOCAL : :: c_int = 0x200 ;
You can’t perform that action at this time.
0 commit comments