Home
last modified time | relevance | path

Searched defs:srcaddr (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/include/
Dtst_netdevice.h81 #define NETDEV_ADD_ROUTE(ifname, family, srcaddr, srcprefix, srclen, dstaddr, \ argument
95 #define NETDEV_ADD_ROUTE_INET(ifname, srcaddr, srcprefix, dstaddr, dstprefix, \ argument
108 #define NETDEV_REMOVE_ROUTE(ifname, family, srcaddr, srcprefix, srclen, \ argument
120 #define NETDEV_REMOVE_ROUTE_INET(ifname, srcaddr, srcprefix, dstaddr, \ argument
/third_party/mesa3d/src/mesa/main/
Dtexcompress_rgtc.c48 static void extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr, in extractsrc_u()
62 static void extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr, in extractsrc_s()
84 const GLubyte *srcaddr; in _mesa_texstore_red_rgtc1() local
137 const GLfloat *srcaddr; in _mesa_texstore_signed_red_rgtc1() local
190 const GLubyte *srcaddr; in _mesa_texstore_rg_rgtc2() local
255 const GLfloat *srcaddr; in _mesa_texstore_signed_rg_rgtc2() local
Dtexcompress_s3tc_tmp.h893 static void extractsrccolors( GLubyte srcpixels[4][4][4], const GLchan *srcaddr, in extractsrccolors()
918 const GLchan *srcaddr = srcPixData; in tx_compress_dxt1() local
949 const GLchan *srcaddr = srcPixData; in tx_compress_dxt3() local
987 const GLchan *srcaddr = srcPixData; in tx_compress_dxt5() local
/third_party/ltp/lib/
Dtst_netdevice.c372 const void *srcaddr, unsigned int srcprefix, size_t srclen, in modify_route()
452 in_addr_t srcaddr, unsigned int srcprefix, in_addr_t dstaddr, in modify_route_inet()
478 const char *ifname, unsigned int family, const void *srcaddr, in tst_netdev_add_route()
489 const char *ifname, in_addr_t srcaddr, unsigned int srcprefix, in tst_netdev_add_route_inet()
498 const char *ifname, unsigned int family, const void *srcaddr, in tst_netdev_remove_route()
509 const char *ifname, in_addr_t srcaddr, unsigned int srcprefix, in tst_netdev_remove_route_inet()
/third_party/toybox/toys/pending/
Dtftpd.c103 static void do_action(struct sockaddr *srcaddr, struct sockaddr *dstaddr, in do_action()
255 struct sockaddr_storage srcaddr, dstaddr; in tftpd_main() local
/third_party/lwip/src/core/ipv6/
Dmld6.c315 mld6_joingroup(const ip6_addr_t *srcaddr, const ip6_addr_t *groupaddr)
408 mld6_leavegroup(const ip6_addr_t *srcaddr, const ip6_addr_t *groupaddr)
/third_party/toybox/porting/liteos_a/toys/net/
Dping.c94 union socksaddr srcaddr, srcaddr2; in ping_main() local
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c423 struct sockaddr_in srcaddr; in lws_plat_inet_ntop() local
434 struct sockaddr_in6 srcaddr; in lws_plat_inet_ntop() local
/third_party/toybox/toys/net/
Dping.c118 union socksaddr srcaddr, srcaddr2; in ping_main() local
/third_party/curl/packages/OS400/
Dos400sys.c793 const struct sockaddr *srcaddr, int srclen) in sockaddr2ebcdic()
828 const struct sockaddr_storage *srcaddr, int srclen) in sockaddr2ascii()
/third_party/lwip/src/core/ipv4/
Detharp.c967 struct eth_addr *srcaddr = (struct eth_addr *)netif->hwaddr; local
/third_party/cups-filters/utils/
Dcups-browsed.c9965 allowed (struct sockaddr *srcaddr) in allowed()
10770 http_addr_t srcaddr; in process_browse_data() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h13484 struct sockaddr *srcaddr; member