/third_party/libnl/lib/ |
D | socket.c | 183 struct nl_sock *sk; in __alloc_socket() local 209 struct nl_sock *sk; in nl_socket_alloc() local 244 void nl_socket_free(struct nl_sock *sk) in nl_socket_free() 283 void nl_socket_disable_seq_check(struct nl_sock *sk) in nl_socket_disable_seq_check() 298 unsigned int nl_socket_use_seq(struct nl_sock *sk) in nl_socket_use_seq() 315 void nl_socket_disable_auto_ack(struct nl_sock *sk) in nl_socket_disable_auto_ack() 325 void nl_socket_enable_auto_ack(struct nl_sock *sk) in nl_socket_enable_auto_ack() 333 int _nl_socket_is_local_port_unspecified(struct nl_sock *sk) in _nl_socket_is_local_port_unspecified() 338 uint32_t _nl_socket_set_local_port_no_release(struct nl_sock *sk, int generate_other) in _nl_socket_set_local_port_no_release() 365 uint32_t nl_socket_get_local_port(const struct nl_sock *sk) in nl_socket_get_local_port() [all …]
|
D | nl.c | 104 int nl_connect(struct nl_sock *sk, int protocol) in nl_connect() 231 void nl_close(struct nl_sock *sk) in nl_close() 271 int nl_sendto(struct nl_sock *sk, void *buf, size_t size) in nl_sendto() 328 int nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) in nl_sendmsg() 374 int nl_send_iovec(struct nl_sock *sk, struct nl_msg *msg, struct iovec *iov, unsigned iovlen) in nl_send_iovec() 448 int nl_send(struct nl_sock *sk, struct nl_msg *msg) in nl_send() 482 void nl_complete_msg(struct nl_sock *sk, struct nl_msg *msg) in nl_complete_msg() 517 int nl_send_auto(struct nl_sock *sk, struct nl_msg *msg) in nl_send_auto() 549 int nl_send_sync(struct nl_sock *sk, struct nl_msg *msg) in nl_send_sync() 581 int nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, in nl_send_simple() [all …]
|
D | cache.c | 645 static int nl_cache_request_full_dump(struct nl_sock *sk, in nl_cache_request_full_dump() 685 static int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __cache_pickup() 740 static int __nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __nl_cache_pickup() 764 int nl_cache_pickup_checkdup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup_checkdup() 782 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup() 914 int nl_cache_resync(struct nl_sock *sk, struct nl_cache *cache, in nl_cache_resync() 1041 int nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_refill()
|
/third_party/ltp/utils/sctp/testlib/ |
D | sctputil.h | 135 int sk = socket(domain, type, protocol); in test_socket() local 141 static inline int test_bind(int sk, struct sockaddr *addr, socklen_t addrlen) in test_bind() 149 static inline int test_bindx_add(int sk, struct sockaddr *addr, int count) in test_bindx_add() 157 static inline int test_listen(int sk, int backlog) in test_listen() 165 static inline int test_connect(int sk, struct sockaddr *addr, socklen_t addrlen) in test_connect() 173 static inline int test_connectx(int sk, struct sockaddr *addr, int count) in test_connectx() 181 static inline int test_accept(int sk, struct sockaddr *addr, socklen_t *addrlen) in test_accept() 189 static inline int test_send(int sk, const void *msg, size_t len, int flags) in test_send() 197 static inline int test_sendto(int sk, const void *msg, size_t len, int flags, in test_sendto() 206 static inline int test_sendmsg(int sk, const struct msghdr *msg, int flags, in test_sendmsg() [all …]
|
/third_party/libnl/lib/route/ |
D | qdisc.c | 51 static int qdisc_request_update(struct nl_cache *c, struct nl_sock *sk) in qdisc_request_update() 163 int rtnl_qdisc_add(struct nl_sock *sk, struct rtnl_qdisc *qdisc, int flags) in rtnl_qdisc_add() 248 int rtnl_qdisc_update(struct nl_sock *sk, struct rtnl_qdisc *qdisc, in rtnl_qdisc_update() 341 int rtnl_qdisc_delete(struct nl_sock *sk, struct rtnl_qdisc *qdisc) in rtnl_qdisc_delete() 369 int rtnl_qdisc_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in rtnl_qdisc_alloc_cache() 512 int rtnl_qdisc_change(struct nl_sock *sk, struct rtnl_qdisc *qdisc, in rtnl_qdisc_change()
|
D | cls.c | 185 int rtnl_cls_add(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_add() 227 int rtnl_cls_change(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_change() 296 int rtnl_cls_delete(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_delete() 328 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, in rtnl_cls_alloc_cache() 404 static int cls_request_update(struct nl_cache *cache, struct nl_sock *sk) in cls_request_update()
|
D | route.c | 81 int rtnl_route_alloc_cache(struct nl_sock *sk, int family, int flags, in rtnl_route_alloc_cache() 134 int rtnl_route_add(struct nl_sock *sk, struct rtnl_route *route, int flags) in rtnl_route_add() 156 int rtnl_route_delete(struct nl_sock *sk, struct rtnl_route *route, int flags) in rtnl_route_delete()
|
D | class.c | 61 static int class_request_update(struct nl_cache *cache, struct nl_sock *sk) in class_request_update() 172 int rtnl_class_add(struct nl_sock *sk, struct rtnl_class *class, int flags) in rtnl_class_add() 253 int rtnl_class_delete(struct nl_sock *sk, struct rtnl_class *class) in rtnl_class_delete() 313 int rtnl_class_alloc_cache(struct nl_sock *sk, int ifindex, in rtnl_class_alloc_cache()
|
/third_party/libnl/tests/ |
D | test-create-bridge.c | 10 static int create_bridge(struct nl_sock *sk, struct nl_cache *link_cache, const char *name) { in create_bridge() 33 struct nl_sock *sk; in main() local
|
D | test-create-bond.c | 10 struct nl_sock *sk; in main() local
|
D | test-delete-link.c | 9 struct nl_sock *sk; in main() local
|
D | test-create-ifb.c | 9 struct nl_sock *sk; in main() local
|
D | test-create-veth.c | 10 struct nl_sock *sk; in main() local
|
D | test-loopback-up-down.c | 6 struct nl_sock *sk; in main() local
|
/third_party/skia/bin/ |
D | fetch-sk | 38 sk = 'sk' variable 40 sk = 'sk.exe' variable
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ccolltst.c | 59 static char* dumpSk(uint8_t *sourceKey, char *sk) { in dumpSk() 127 char sk[10000]; in reportCResult() local
|
/third_party/libnl/lib/netfilter/ |
D | exp.c | 316 int nfnl_exp_dump_request(struct nl_sock *sk) in nfnl_exp_dump_request() 322 static int exp_request_update(struct nl_cache *cache, struct nl_sock *sk) in exp_request_update() 508 int nfnl_exp_add(struct nl_sock *sk, const struct nfnl_exp *exp, int flags) in nfnl_exp_add() 530 int nfnl_exp_del(struct nl_sock *sk, const struct nfnl_exp *exp, int flags) in nfnl_exp_del() 552 int nfnl_exp_query(struct nl_sock *sk, const struct nfnl_exp *exp, int flags) in nfnl_exp_query() 583 int nfnl_exp_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in nfnl_exp_alloc_cache()
|
D | ct.c | 414 int nfnl_ct_dump_request(struct nl_sock *sk) in nfnl_ct_dump_request() 420 static int ct_request_update(struct nl_cache *cache, struct nl_sock *sk) in ct_request_update() 556 int nfnl_ct_add(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_add() 578 int nfnl_ct_del(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_del() 600 int nfnl_ct_query(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_query() 631 int nfnl_ct_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in nfnl_ct_alloc_cache()
|
/third_party/libnl/lib/genl/ |
D | ctrl.c | 238 static struct genl_family *genl_ctrl_probe_by_name(struct nl_sock *sk, in genl_ctrl_probe_by_name() 334 int genl_ctrl_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in genl_ctrl_alloc_cache() 430 int genl_ctrl_resolve(struct nl_sock *sk, const char *name) in genl_ctrl_resolve() 472 int genl_ctrl_resolve_grp(struct nl_sock *sk, const char *family_name, in genl_ctrl_resolve_grp()
|
D | mngt.c | 319 struct nl_sock *sk; in genl_resolve_id() local 358 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops) in genl_ops_resolve() 386 int genl_mngt_resolve(struct nl_sock *sk) in genl_mngt_resolve()
|
/third_party/libnl/include/netlink/cli/ |
D | neigh.h | 17 #define nl_cli_neigh_alloc_cache(sk) \ argument
|
D | qdisc.h | 17 #define nl_cli_qdisc_alloc_cache(sk) \ argument
|
D | addr.h | 17 #define nl_cli_addr_alloc_cache(sk) \ argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_gpsk_common.c | 113 u8 *sk, size_t sk_len, in eap_gpsk_derive_keys_helper() 191 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, in eap_gpsk_derive_keys_aes() 228 u8 *sk, size_t *sk_len) in eap_gpsk_derive_keys_sha256() 284 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, in eap_gpsk_derive_keys() 500 static int eap_gpsk_compute_mic_aes(const u8 *sk, size_t sk_len, in eap_gpsk_compute_mic_aes() 524 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, in eap_gpsk_compute_mic()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_gpsk_common.c | 113 u8 *sk, size_t sk_len, in eap_gpsk_derive_keys_helper() 191 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, in eap_gpsk_derive_keys_aes() 228 u8 *sk, size_t *sk_len) in eap_gpsk_derive_keys_sha256() 284 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, in eap_gpsk_derive_keys() 500 static int eap_gpsk_compute_mic_aes(const u8 *sk, size_t sk_len, in eap_gpsk_compute_mic_aes() 524 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, in eap_gpsk_compute_mic()
|