HomeSort by relevance Sort by last modified time
    Searched full:sndhdr (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py 73 import sndhdr
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 73 import sndhdr
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 73 import sndhdr
  /external/dhcpcd-6.8.2/
ipv6.h 196 struct msghdr sndhdr; member in struct:ipv6_ctx
ipv6nd.c 283 ctx->sndhdr.msg_name = (void *)&dst;
284 ctx->sndhdr.msg_iov[0].iov_base = state->rs;
285 ctx->sndhdr.msg_iov[0].iov_len = state->rslen;
288 cm = CMSG_FIRSTHDR(&ctx->sndhdr);
300 if (sendmsg(ctx->nd_fd, &ctx->sndhdr, 0) == -1) {
    [all...]
ipv6.c 155 ctx->sndhdr.msg_namelen = sizeof(struct sockaddr_in6);
156 ctx->sndhdr.msg_iov = ctx->sndiov;
157 ctx->sndhdr.msg_iovlen = 1;
158 ctx->sndhdr.msg_control = ctx->sndbuf;
159 ctx->sndhdr.msg_controllen = sizeof(ctx->sndbuf);
    [all...]
dhcp6.c 1144 ctx->sndhdr.msg_name = (void *)&dst;
1145 ctx->sndhdr.msg_iov[0].iov_base = state->send;
1146 ctx->sndhdr.msg_iov[0].iov_len = state->send_len;
1149 cm = CMSG_FIRSTHDR(&ctx->sndhdr);
1159 if (sendmsg(ctx->dhcp_fd, &ctx->sndhdr, 0) == -1) {
    [all...]
  /external/python/cpython2/Misc/
maintainers.rst 202 sndhdr
cheatsheet     [all...]
  /external/python/cpython2/Doc/library/
email.mime.rst 127 this data can be decoded by the standard Python module :mod:`sndhdr`, then the
  /external/python/cpython3/Doc/library/
email.mime.rst 149 this data can be decoded by the standard Python module :mod:`sndhdr`, then the
  /external/python/cpython3/Doc/whatsnew/
3.5.rst     [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 
  /external/python/cpython3/Misc/
HISTORY     [all...]
NEWS     [all...]

Completed in 727 milliseconds

12