HomeSort by: relevance | last modified time | path
    Searched defs:esp (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/netipsec/
esp.h 1 /* $NetBSD: esp.h,v 1.4 2018/04/19 08:27:38 maxv Exp $ */
2 /* $FreeBSD: esp.h,v 1.1.4.1 2003/01/24 05:11:35 sam Exp $ */
3 /* $KAME: esp.h,v 1.16 2000/10/18 21:28:00 itojun Exp $ */
41 struct esp { struct
42 u_int32_t esp_spi; /* ESP */
53 u_int32_t esp_spi; /* ESP */
ipsec_netbsd.c 73 #include <netipsec/esp.h>
129 /* assumes that ip header and esp header are contiguous on mbuf */
134 struct esp *esp; local
149 esp = (struct esp *)((char *)ip + (ip->ip_hl << 2));
151 IPPROTO_ESP, esp->esp_spi, 0, 0);
256 struct newesp esp; local
300 if (m->m_pkthdr.len < off + sizeof(esp))
303 if (m->m_len < off + sizeof(esp)) {
    [all...]
xform_esp.c 73 #include <netipsec/esp.h>
149 * + sizeof(esp trailer)
153 size = sizeof(struct esp);
167 * + sizeof(esp trailer)
298 * ESP input processing, called (eventually) through the protocol switch.
307 struct newesp *esp; local
322 M_REGION_GET(esp, struct newesp *, m, skip, sizeof(struct newesp));
323 if (esp == NULL) {
332 /* Determine the ESP header length */
334 hlen = sizeof(struct esp) + sav->ivlen
    [all...]
  /src/sys/arch/amiga/amiga/
pmap_bootstrap.c 112 struct boot_memseg *sp, *esp; local
136 esp = sp + memlist->m_nseg;
138 for (; noncontig_enable && sp < esp; sp++) {
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
inffas8664.c 84 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
inffas8664.c 84 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
  /src/external/gpl3/gdb/dist/zlib/contrib/masmx64/
inffas8664.c 84 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
  /src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
inffas8664.c 84 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
  /src/sbin/iscsictl/
iscsic_driverif.c 370 char *esp; local
384 snprintf(esp = es, sizeof(es), "Recovered Error");
387 snprintf(esp = es, sizeof(es), "Not Ready");
390 snprintf(esp = es, sizeof(es), "Medium Error");
393 snprintf(esp = es, sizeof(es), "Hardware Error");
396 snprintf(esp = es, sizeof(es), "Illegal Request");
399 snprintf(esp = es, sizeof(es), "Unit Attention");
402 snprintf(esp = es, sizeof(es), "Data Protect");
405 snprintf(esp = es, sizeof(es), "Blank Check");
408 snprintf(esp = (char *)&buf[256], sizeof(buf) - 256, "Sense key 0x%x"
    [all...]
  /src/sys/dev/pci/
if_epic_pci.c 129 const struct epic_pci_subsys_info *esp; local
133 for (esp = epic_pci_subsys_info; esp->subsysid != 0xffffffff; esp++)
134 if (esp->subsysid == reg)
135 return esp;
161 const struct epic_pci_subsys_info *esp; local
232 esp = epic_pci_subsys_lookup(pa);
233 if (esp)
234 sc->sc_hwflags = esp->flags
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/inflate86/
inffas86.c 79 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
457 /* put in, out, bits, and hold back into ar and pop esp */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
475 " movl %%eax, %%esp\n"
476 " movl 8(%%esp), %%esi\n" /* esi = in */
477 " movl 16(%%esp), %%edi\n" /* edi = out */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits *
802 mov esp, eax local
1119 mov esp, [esp] local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/inflate86/
inffas86.c 79 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
457 /* put in, out, bits, and hold back into ar and pop esp */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
475 " movl %%eax, %%esp\n"
476 " movl 8(%%esp), %%esi\n" /* esi = in */
477 " movl 16(%%esp), %%edi\n" /* edi = out */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits *
802 mov esp, eax local
1119 mov esp, [esp] local
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/inflate86/
inffas86.c 79 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
457 /* put in, out, bits, and hold back into ar and pop esp */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
475 " movl %%eax, %%esp\n"
476 " movl 8(%%esp), %%esi\n" /* esi = in */
477 " movl 16(%%esp), %%edi\n" /* edi = out */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits *
802 mov esp, eax local
1119 mov esp, [esp] local
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/inflate86/
inffas86.c 79 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
457 /* put in, out, bits, and hold back into ar and pop esp */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
475 " movl %%eax, %%esp\n"
476 " movl 8(%%esp), %%esi\n" /* esi = in */
477 " movl 16(%%esp), %%edi\n" /* edi = out */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits *
802 mov esp, eax local
1119 mov esp, [esp] local
    [all...]
  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 73 long esp; member in struct:linux_reg
104 always found in the esp register. */
239 linux_regs->esp = regs->r_esp;
259 regs->r_esp = linux_regs->esp;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
hvm_vcpu.h 33 uint32_t esp; member in struct:vcpu_hvm_x86_32
  /src/external/bsd/tcpdump/dist/
print-esp.c 26 __RCSID("$NetBSD: print-esp.c,v 1.13 2024/09/02 16:15:31 christos Exp $");
29 /* \summary: IPSEC Encapsulating Security Payload (ESP) printer */
89 nd_uint32_t esp_spi; /* ESP */
743 const struct newesp *esp; local
758 ndo->ndo_protocol = "esp";
759 esp = (const struct newesp *)bp;
764 if ((const u_char *)(esp + 1) >= ep) {
768 ND_PRINT("ESP(spi=0x%08x", GET_BE_U_4(esp->esp_spi));
769 ND_PRINT(",seq=0x%x)", GET_BE_U_4(esp->esp_seq))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
i386-linux-tdep.c 935 ULONGEST esp;
944 regcache_raw_read_unsigned (regcache, I386_ESP_REGNUM, &esp);
947 esp -= I386_LINUX_xstate;
950 esp -= I386_LINUX_frame_size;
951 if (record_full_arch_list_add_mem (esp,
1024 15 * 4, /* %esp */
1061 7 * 4, /* %esp */
934 ULONGEST esp; local
  /src/external/gpl3/gdb/dist/gdb/
i386-linux-tdep.c 936 ULONGEST esp;
945 regcache_raw_read_unsigned (regcache, I386_ESP_REGNUM, &esp);
948 esp -= I386_LINUX_xstate;
951 esp -= I386_LINUX_frame_size;
952 if (record_full_arch_list_add_mem (esp,
1025 15 * 4, /* %esp */
1062 7 * 4, /* %esp */
935 ULONGEST esp; local
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
salproc.h 51 UINT32 esp; member in struct:tagIA32_BIOS_REGISTER_STATE
  /src/external/gpl3/binutils/dist/bfd/hosts/
x86-64linux.h 66 int32_t esp; member in struct:user_regs32_struct
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
x86-64linux.h 66 int32_t esp; member in struct:user_regs32_struct
  /src/external/gpl3/gdb.old/dist/bfd/hosts/
x86-64linux.h 66 int32_t esp; member in struct:user_regs32_struct
  /src/sbin/nvmectl/
logpage.c 548 uint8_t *wsp, *esp; local
555 esp = wsp + size;
556 while (wsp < esp) {
  /src/external/gpl3/gdb/dist/bfd/hosts/
x86-64linux.h 66 int32_t esp; member in struct:user_regs32_struct

Completed in 25 milliseconds

1 2