Home
last modified time | relevance | path

Searched refs:_CMSG_ALIGN (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/net/openldap25-server/openldap-2.5.9/libraries/liblutil/
H A Dgetpeereid.c99 # define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) in lutil_getpeereid()
102 # define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) in lutil_getpeereid()
/dports/net/openldap24-server/openldap-2.4.59/libraries/liblutil/
H A Dgetpeereid.c99 # define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) in lutil_getpeereid()
102 # define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) in lutil_getpeereid()
/dports/net/openldap24-client/openldap-2.4.59/libraries/liblutil/
H A Dgetpeereid.c99 # define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) in lutil_getpeereid()
102 # define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) in lutil_getpeereid()
/dports/net/openldap25-client/openldap-2.5.9/libraries/liblutil/
H A Dgetpeereid.c99 # define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) in lutil_getpeereid()
102 # define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) in lutil_getpeereid()
/dports/net/openldap26-client/openldap-2.6.0/libraries/liblutil/
H A Dgetpeereid.c99 # define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) in lutil_getpeereid()
102 # define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) in lutil_getpeereid()
/dports/net/openldap26-server/openldap-2.6.0/libraries/liblutil/
H A Dgetpeereid.c99 # define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) in lutil_getpeereid()
102 # define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) in lutil_getpeereid()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs801 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
808 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
812 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
819 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
820 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
824 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
832 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
833 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs801 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
808 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
812 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
819 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
820 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
824 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
832 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
833 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs801 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
808 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
812 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
819 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
820 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
824 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
832 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
833 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs801 fn _CMSG_ALIGN(n: usize) -> usize {
808 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
812 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
819 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
820 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
824 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
832 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
833 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/net/openldap25-client/openldap-2.5.9/libraries/libldap/
H A Dos-local.c193 # define CMSG_SPACE(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + _CMSG_ALIGN(len) ) in ldap_pvt_connect()
196 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) in ldap_pvt_connect()
/dports/net/openldap26-client/openldap-2.6.0/libraries/libldap/
H A Dos-local.c193 # define CMSG_SPACE(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + _CMSG_ALIGN(len) ) in ldap_pvt_connect()
196 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) in ldap_pvt_connect()
/dports/net/openldap25-server/openldap-2.5.9/libraries/libldap/
H A Dos-local.c193 # define CMSG_SPACE(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + _CMSG_ALIGN(len) ) in ldap_pvt_connect()
196 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) in ldap_pvt_connect()
/dports/net/openldap26-server/openldap-2.6.0/libraries/libldap/
H A Dos-local.c193 # define CMSG_SPACE(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + _CMSG_ALIGN(len) ) in ldap_pvt_connect()
196 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) in ldap_pvt_connect()
/dports/net/openldap24-server/openldap-2.4.59/libraries/libldap/
H A Dos-local.c205 # define CMSG_SPACE(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + _CMSG_ALIGN(len) ) in ldap_pvt_connect()
208 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) in ldap_pvt_connect()
/dports/net/openldap24-client/openldap-2.4.59/libraries/libldap/
H A Dos-local.c205 # define CMSG_SPACE(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + _CMSG_ALIGN(len) ) in ldap_pvt_connect()
208 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) in ldap_pvt_connect()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1006 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1013 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1017 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1024 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1025 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1029 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1037 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1038 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1006 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1013 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1017 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1024 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1025 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1029 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1037 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1038 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1006 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1013 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1017 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1024 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1025 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1029 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1037 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1038 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1006 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1013 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1017 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1024 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1025 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1029 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1037 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1038 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/www/castor/castor-0.8.16/cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1006 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1013 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1017 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1024 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1025 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1029 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1037 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1038 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1020 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1027 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1031 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1038 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1039 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1043 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1051 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1052 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1020 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1027 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1031 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1038 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1039 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1043 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1051 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1052 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/devel/grex/grex-1.3.0/cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1006 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1013 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1017 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1024 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1025 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1029 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1037 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1038 _CMSG_ALIGN(length as usize)) as ::c_uint
/dports/dns/dog/dog-0.1.0/cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1006 fn _CMSG_ALIGN(n: usize) -> usize { in _CMSG_ALIGN() function
1013 .offset(_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
1017 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) + length as usize)
1024 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize)
1025 + _CMSG_ALIGN(::mem::size_of::<::cmsghdr>());
1029 (cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize))
1037 (_CMSG_ALIGN(::mem::size_of::<::cmsghdr>()) +
1038 _CMSG_ALIGN(length as usize)) as ::c_uint

1234567