HomeSort by: relevance | last modified time | path
    Searched defs:iss (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ipf/dist/ipsend/
ip.c 255 static tcp_seq iss = 2; local
278 iss += 63;
  /src/sys/netinet/
in_selsrc.c 303 struct in_ifselsrc *iss; local
318 iss = isc->isc_selsrc;
320 iss = &default_iss;
321 score_src = &iss->iss_score_src[0];
386 best_ifa->ifa_seqno = &iss->iss_seqno;
414 in_get_selectsrc(const struct in_ifselsrc *iss, char *buf0,
425 i < IN_SCORE_SRC_MAX && iss->iss_score_src[i] != NULL;
428 delim, score_src_to_name(iss->iss_score_src[i]));
442 in_set_selectsrc(struct in_ifselsrc *iss, char *buf)
463 (void)memcpy(iss->iss_score_src, scorers, sizeof(iss->iss_score_src))
489 struct in_ifselsrc *iss; local
551 struct in_ifselsrc *iss; local
579 struct in_ifselsrc *iss; local
    [all...]
tcp_var.h 267 tcp_seq iss; /* initial send sequence number */ member in struct:tcpcb
750 extern int tcp_do_rfc1948; /* ISS by cryptographic hash */
  /src/external/gpl3/binutils/dist/include/coff/
sym.h 48 * "iss" Index into String Space.
233 long iss; /* index into String Space of name */ member in struct:__anon8055
248 /* The following converts a memory resident string to an iss.
263 int ifd; /* where the iss and index fields point into */
300 unsigned index : 20; /* index int sym/aux/iss tables */
310 unsigned long index; /* index int sym/aux/iss tables */
348 long iss; /* index into string space (not used) */ member in union:__anon8059
480 stConstant scInfo iss --- (complex, e.g. string)
  /src/external/gpl3/binutils.old/dist/include/coff/
sym.h 48 * "iss" Index into String Space.
233 long iss; /* index into String Space of name */ member in struct:__anon9519
248 /* The following converts a memory resident string to an iss.
263 int ifd; /* where the iss and index fields point into */
300 unsigned index : 20; /* index int sym/aux/iss tables */
310 unsigned long index; /* index int sym/aux/iss tables */
348 long iss; /* index into string space (not used) */ member in union:__anon9523
480 stConstant scInfo iss --- (complex, e.g. string)
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 207 1) iss: index to the local string table giving the name of the
1655 psym->ecoff_sym.asym.iss = (str == NULL
3388 iss points as an index into string space
3395 iss points as an index into string space
4082 sym_ptr->ecoff_sym.asym.iss =
4102 sym_ptr->ecoff_sym.asym.iss =
4103 begin_ptr->ecoff_sym.asym.iss;
4398 AUX_PUT_ISS (bigendian, aux_ptr->data.iss,
4471 long iss;
4474 iss = 0
4439 long iss; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 207 1) iss: index to the local string table giving the name of the
1655 psym->ecoff_sym.asym.iss = (str == NULL
3385 iss points as an index into string space
3392 iss points as an index into string space
4079 sym_ptr->ecoff_sym.asym.iss =
4099 sym_ptr->ecoff_sym.asym.iss =
4100 begin_ptr->ecoff_sym.asym.iss;
4395 AUX_PUT_ISS (bigendian, aux_ptr->data.iss,
4468 long iss;
4471 iss = 0
4436 long iss; local
    [all...]

Completed in 33 milliseconds