HomeSort by relevance Sort by last modified time
    Searched refs:ifp (Results 126 - 150 of 153) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 ((ifp)->if_mtu + ETHER_HDR_LEN + \
166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \
171 ifp->if_ierrors++; \
173 ifp->if_xname); \
  /toolchain/binutils/binutils-2.25/gprof/
source.c 103 FILE *ifp, *ofp;
119 ifp = fopen (fname, FOPEN_RB);
120 if (ifp)
245 while ((nread = fread (buf, 1, sizeof (buf), ifp)) > 0)
263 fclose (ifp);
102 FILE *ifp, *ofp; local
basic_blocks.c 117 /* Read a basic-block record from file IFP. FILENAME is the name
118 of file IFP and is provided for formatting error-messages only. */
121 bb_read_rec (FILE *ifp, const char *filename)
127 if (gmon_io_read_32 (ifp, &nblocks))
136 fskip_string (ifp);
146 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1)
147 || (fread (&addr, sizeof (addr), 1, ifp) != 1)
148 || (fskip_string (ifp), FALSE)
149 || (fskip_string (ifp), FALSE)
150 || (fread (&line_num, sizeof (line_num), 1, ifp) != 1)
    [all...]
hist.c 83 *RECORD from IFP. FILENAME is the name of IFP and
92 FILE *ifp, const char *filename,
100 if (gmon_io_read_vma (ifp, &record->lowpc)
101 || gmon_io_read_vma (ifp, &record->highpc)
102 || gmon_io_read_32 (ifp, &record->num_bins)
103 || gmon_io_read_32 (ifp, &profrate)
104 || gmon_io_read (ifp, n_hist_dimension, 15)
105 || gmon_io_read (ifp, &n_hist_dimension_abbrev, 1))
166 /* Read the histogram from file IFP. FILENAME is the name of IFP an
    [all...]
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 295 dbus_send_message(const struct interface *ifp, const char *reason,
298 const struct if_options *ifo = ifp->options;
307 syslog(LOG_INFO, "event %s on interface %s", reason, ifp->name);
326 e = dhcp_env(NULL, NULL, message, ifp);
343 elen = dhcp_env(env, config_prefix, message, ifp);
371 dbus_send_dhcpv6_message(const struct interface *ifp, const char *reason,
374 const struct if_options *ifo = ifp->options;
383 syslog(LOG_INFO, "event %s on interface %s", reason, ifp->name);
402 e = dhcp6_env(NULL, NULL, ifp, message, length);
419 elen = dhcp6_env(env, "new", ifp, message, length)
    [all...]
  /external/iputils/
rdisc.c 102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp);
103 static int sendmcastif(int s, char *packet, int packetlen, struct sockaddr_in *sin, struct interface *ifp);
626 struct interface *ifp = &interfaces[i]; local
631 if ((sin->sin_addr.s_addr & ifp->netmask.s_addr) ==
632 (ifp->address.s_addr & ifp->netmask.s_addr)) {
637 ifp->name,
638 pr_name(ifp->address));
1013 sendbcastif(int s, char *packet, int packetlen, struct interface *ifp)
1020 baddr.sin_addr = ifp->bcastaddr
    [all...]
  /external/blktrace/
blkiomon.c 76 static FILE *ifp; variable
463 if (fread(bit, sizeof(*bit), 1, ifp) != 1) {
464 if (!feof(ifp))
469 if (ferror(ifp)) {
470 clearerr(ifp);
490 if (fread(pdu_buf, bit->pdu_len, 1, ifp) != 1) {
491 clearerr(ifp);
730 ifp = fdopen(STDIN_FILENO, "r");
731 if (!ifp) {
  /external/dhcpcd-6.8.2/
ipv6nd.h 71 #define RS_STATE(a) ((struct rs_state *)(ifp)->if_data[IF_DATA_IPV6ND])
dhcp-common.c 107 const struct interface *ifp; local
111 ifp = arg;
112 for (i = 0, opt = ifp->options->vivso_override;
113 i < ifp->options->vivso_override_len;
117 for (i = 0, opt = ifp->ctx->vivso;
118 i < ifp->ctx->vivso_len;
733 const struct interface *ifp, const char *extra)
737 if (ifp->name[0] == '\0') {
738 strlcpy(leasefile, ifp->ctx->pidfile, len);
742 if (strlen(ifp->lease_identifier) > 0)
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 111 FILE *ifp; member in struct:mpeg2enc_context
446 n_items = fread(ctx->frame_data_buffer, ctx->frame_size, 1, ctx->ifp);
509 if (ctx->ifp) {
510 fclose(ctx->ifp);
511 ctx->ifp = NULL;
600 ctx->ifp = fopen(argv[3], "rb");
602 if (ctx->ifp == NULL) {
607 fseek(ctx->ifp, 0l, SEEK_END);
608 file_size = ftell(ctx->ifp);
618 fseek(ctx->ifp, 0l, SEEK_SET)
    [all...]
mpeg2vaenc.c 111 FILE *ifp; member in struct:mpeg2enc_context
446 n_items = fread(ctx->frame_data_buffer, ctx->frame_size, 1, ctx->ifp);
509 if (ctx->ifp) {
510 fclose(ctx->ifp);
511 ctx->ifp = NULL;
600 ctx->ifp = fopen(argv[3], "rb");
602 if (ctx->ifp == NULL) {
607 fseek(ctx->ifp, 0l, SEEK_END);
608 file_size = ftell(ctx->ifp);
618 fseek(ctx->ifp, 0l, SEEK_SET)
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 1044 FILE *ifp = fopen(infile, "rb"); local
1045 if (!ifp)
1063 if (1 != fread(ibuf, isize, 1, ifp)) {
1156 fclose(ifp);
  /system/extras/perfprofd/tests/
perfprofd_test.cc 228 FILE *ifp = fopen(encoded_file_path(0).c_str(), "r"); local
229 ASSERT_NE(nullptr, ifp);
230 size_t items_read = fread((void*) encoded.data(), statb.st_size, 1, ifp);
232 fclose(ifp);

Completed in 1874 milliseconds

1 2 3 4 56 7