Searched refs:xfrm (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/locale/src/posix/ |
D | collate.cpp | 34 static size_t xfrm(char *out,char const *in,size_t n,locale_t l) in xfrm() function 46 static size_t xfrm(wchar_t *out,wchar_t const *in,size_t n,locale_t l) in xfrm() function 91 size_t n = coll_traits<char_type>::xfrm(&buf.front(),s.c_str(),buf.size(),*lc_); in do_transform() 94 coll_traits<char_type>::xfrm(&buf.front(),s.c_str(),n,*lc_); in do_transform()
|
/third_party/ltp/testcases/network/stress/ipsec/ |
D | ipsec_lib.sh | 121 ip xfrm state flush 122 ip xfrm policy flush 191 TST_RTNL_CHK ip xfrm state add src $src dst $dst spi $spi_1 \ 193 ROD ip xfrm state add src $dst dst $src spi $spi_2 \ 196 ROD ip xfrm policy add src $src dst $dst dir out tmpl src $src \ 198 ROD ip xfrm policy add src $dst dst $src dir in tmpl src $dst \
|
/third_party/libnl/ |
D | libnl-xfrm-3.0.pc.in | 6 Name: libnl-xfrm 10 Libs: -L${libdir} -lnl-xfrm-@MAJ_VERSION@
|
D | Makefile.am | 30 libnl-xfrm-3.0.pc \ 187 libnlinclude_netlink_xfrmdir = $(libnlincludedir)/netlink/xfrm 189 include/netlink/xfrm/ae.h \ 190 include/netlink/xfrm/lifetime.h \ 191 include/netlink/xfrm/sa.h \ 192 include/netlink/xfrm/selector.h \ 193 include/netlink/xfrm/sp.h \ 194 include/netlink/xfrm/template.h \ 260 include/linux-private/linux/xfrm.h \
|
D | BUILD.gn | 210 "lib/xfrm/ae.c", 211 "lib/xfrm/lifetime.c", 212 "lib/xfrm/sa.c", 213 "lib/xfrm/selector.c", 214 "lib/xfrm/sp.c", 215 "lib/xfrm/template.c",
|
D | configure.ac | 134 libnl-xfrm-3.0.pc
|
/third_party/ffmpeg/libavcodec/ |
D | mjpegdec.h | 83 int xfrm; member
|
D | jpeglsdec.c | 468 if (s->xfrm && s->nb_components == 3) { in ff_jpegls_decode_picture() 477 switch(s->xfrm) { in ff_jpegls_decode_picture()
|
D | mjpegdec.c | 1954 s->xfrm = get_bits(&s->gb, 8); in mjpeg_decode_app() 1956 av_log(s->avctx, AV_LOG_INFO, "XFRM %d\n", s->xfrm); in mjpeg_decode_app()
|
/third_party/ltp/testcases/lib/ |
D | tst_net.sh | 513 if ip xfrm state 1>/dev/null 2>&1; then 514 ip xfrm policy flush || return $? 515 ip xfrm state flush || return $?
|
/third_party/libnl/lib/ |
D | utils.c | 642 __ADD(NETLINK_XFRM,xfrm),
|