Searched refs:ep (Results 151 - 175 of 559) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-pim.c232 register const u_char *ep; local
235 ep = (const u_char *)ndo->ndo_snapend;
236 if (bp >= ep)
422 register const u_char *ep; local
425 ep = (const u_char *)ndo->ndo_snapend;
426 if (bp >= ep)
629 register const u_char *ep; local
633 ep = (const u_char *)ndo->ndo_snapend;
634 if (bp >= ep)
636 if (ep > b
[all...]
H A Dprint-isakmp.c635 const u_char *ep, uint32_t phase,
745 if (ep < (u_char *)(p)) { \
888 const u_char *cp, const u_char *ep)
891 const u_char *end = ep - 20;
893 int len = ep - cp;
901 elen = ep - end;
925 const u_char *p, const u_char *ep,
935 if (ep < p + totlen) {
937 return ep + 1;
962 ikev1_attr_print(netdissect_options *ndo, const u_char *p, const u_char *ep) argument
887 ike_show_somedata(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
924 ikev1_attrmap_print(netdissect_options *ndo, const u_char *p, const u_char *ep, const struct attrmap *map, size_t nmap) argument
992 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0 _U_, uint32_t proto0, int depth) argument
1052 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0, uint32_t proto0 _U_, int depth) argument
1215 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto, int depth _U_) argument
1625 ikev1_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth) argument
1869 ikev2_t_print(netdissect_options *ndo, u_char tpay _U_, int pcount, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1947 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0, uint32_t proto0 _U_, int depth) argument
2560 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2601 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2655 const u_char *ep; local
2724 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2775 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2825 const u_char *ep; local
2884 const u_char *ep; local
[all...]
H A Daddrtoname.c341 /* Find the hash node that corresponds the ether address 'ep' */
344 lookup_emem(const u_char *ep) argument
349 k = (ep[0] << 8) | ep[1];
350 j = (ep[2] << 8) | ep[3];
351 i = (ep[4] << 8) | ep[5];
491 etheraddr_string(netdissect_options *ndo, register const u_char *ep) argument
499 tp = lookup_emem(ep);
538 le64addr_string(const u_char *ep) argument
566 linkaddr_string(netdissect_options *ndo, const u_char *ep, const unsigned int type, const unsigned int len) argument
881 register struct pcap_etherent *ep; local
[all...]
H A Dprint-esp.c565 register const u_char *ep; local
593 /* 'ep' points to the end of available data. */
594 ep = ndo->ndo_snapend;
596 if ((u_char *)(esp + 1) >= ep) {
671 if (ep - bp2 < len)
673 if (ep - bp2 > len) {
675 ep = bp2 + len;
681 ep = ep - sa->authlen;
690 EVP_Cipher(&ctx, p + ivlen, p + ivlen, ep
[all...]
/freebsd-11.0-release/share/man/man4/man4.i386/
H A DMakefile14 ep.4 \
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_edit.c66 if (sp->ep == NULL || F_ISSET(frp, FR_TMPFILE)) {
129 new->ep = sp->ep;
130 ++new->ep->refcnt;
H A Dex_preserve.c41 if (!F_ISSET(sp->ep, F_RCV_ON)) {
47 if (F_ISSET(sp->ep, F_FIRSTMODIFY) && rcv_init(sp))
/freebsd-11.0-release/usr.bin/renice/
H A Drenice.c158 char *ep; local
161 v = strtol(str, &ep, 10);
166 if (ep == str || *ep != '\0' || errno != 0) {
/freebsd-11.0-release/usr.bin/showmount/
H A Dshowmount.c344 register struct exportslist *ep; local
353 ep = (struct exportslist *)malloc(sizeof(struct exportslist));
354 if (ep == NULL)
356 ep->ex_groups = (struct grouplist *)0;
357 strp = ep->ex_dirp;
369 gp->gr_next = ep->ex_groups;
370 ep->ex_groups = gp;
374 ep->ex_next = *exp;
375 *exp = ep;
/freebsd-11.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c266 ng_hci_node_up_ep *ep = NULL; local
268 if (msg->header.arglen != sizeof(*ep))
271 ep = (ng_hci_node_up_ep *)(msg->data);
276 ep->bdaddr.b[5], ep->bdaddr.b[4],
277 ep->bdaddr.b[3], ep->bdaddr.b[2],
278 ep->bdaddr.b[1], ep->bdaddr.b[0],
279 ep
295 ng_hci_sync_con_queue_ep *ep = NULL; local
[all...]
/freebsd-11.0-release/lib/libipsec/
H A Dpfkey.c351 caddr_t ep; local
399 ep = ((caddr_t)newmsg) + len;
401 p = pfkey_setsadbmsg((caddr_t)newmsg, ep, SADB_GETSPI,
408 p = pfkey_setsadbxsa2(p, ep, mode, reqid);
415 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_SRC, src, plen,
423 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_DST, dst, plen,
434 if (p + sizeof(spirange) > ep) {
449 if (p != ep) {
566 caddr_t ep; local
600 ep
747 caddr_t ep; local
1123 caddr_t ep; local
1293 caddr_t ep; local
1377 caddr_t ep; local
1444 caddr_t ep; local
1533 caddr_t ep; local
1721 caddr_t ep; /* XXX should be passed from upper layer */ local
[all...]
/freebsd-11.0-release/sys/dev/nvme/
H A Dnvme.c102 nvme_match(uint32_t devid, uint16_t subdevice, struct _pcsid *ep) argument
104 if (devid != ep->devid)
107 if (!ep->match_subdevice)
110 if (subdevice == ep->subdevice)
119 struct _pcsid *ep; local
125 ep = pci_ids;
127 while (ep->devid) {
128 if (nvme_match(devid, subdevice, ep))
130 ++ep;
133 if (ep
[all...]
/freebsd-11.0-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c169 static Elf32_Phdr ep[2]; local
195 if (xfsread(ino, ep + j, sizeof(ep[0])))
197 if (ep[j].p_type == PT_LOAD)
201 p = (caddr_t)(ep[i].p_paddr & 0x0fffffff);
202 fs_off = ep[i].p_offset;
206 klen += ep[i].p_filesz;
208 if (xfsread(ino, p, ep[i].p_filesz))
224 char *ep, *p; local
231 ep
[all...]
/freebsd-11.0-release/usr.bin/csplit/
H A Dcsplit.c101 char *ep, *p; local
119 sufflen = strtol(optarg, &ep, 10);
120 if (sufflen <= 0 || *ep != '\0' || errno != 0)
178 reps = strtol(*argv + 1, &ep, 10);
179 if (reps < 0 || *ep != '}' || errno != 0)
361 char *ecopy, *ep, *p, *pofs, *re; local
374 ofs = strtol(pofs, &ep, 10);
375 if (*ep != '\0' || errno != 0)
440 char *ep, *p; local
444 tgtline = strtol(expr, &ep, 1
[all...]
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_crypto.c429 struct exten *ep, *fp; /* extension pointers */ local
464 ep = (struct exten *)pkt;
465 code = ntohl(ep->opcode) & 0xffff0000;
466 len = ntohl(ep->opcode) & 0x0000ffff;
467 // HMS: Why pkt[1] instead of ep->associd ?
496 fstamp = ntohl(ep->fstamp);
497 vallen = ntohl(ep->vallen);
539 memcpy(fp, ep, len);
626 memcpy(peer->subject, ep->pkt, vallen);
654 if ((rval = crypto_verify(ep, NUL
1084 crypto_xmit( struct peer *peer, struct pkt *xpkt, struct recvbuf *rbufp, int start, struct exten *ep, keyid_t cookie ) argument
1425 crypto_verify( struct exten *ep, struct value *vp, struct peer *peer ) argument
1710 struct exten *ep; /* extension field pointer */ local
1752 crypto_send( struct exten *ep, struct value *vp, int start ) argument
2228 crypto_bob( struct exten *ep, struct value *vp ) argument
2342 crypto_iff( struct exten *ep, struct peer *peer ) argument
2558 crypto_bob2( struct exten *ep, struct value *vp ) argument
2665 crypto_gq( struct exten *ep, struct peer *peer ) argument
2901 crypto_bob3( struct exten *ep, struct value *vp ) argument
3017 crypto_mv( struct exten *ep, struct peer *peer ) argument
3136 cert_sign( struct exten *ep, struct value *vp ) argument
3273 cert_install( struct exten *ep, struct peer *peer ) argument
4136 exten_payload_size( const struct exten * ep) argument
[all...]
/freebsd-11.0-release/contrib/mtree/
H A Dspec.c450 char *p, *ep, *dev; local
464 numbers[argc++] = strtoul(p, &ep, 0);
465 if (*ep != '\0')
477 result = (dev_t)strtoul(arg, &ep, 0);
478 if (*ep != '\0')
544 char *kw, *val, *md, *ep; local
562 ip->cksum = strtoul(val, &ep, 10);
563 if (*ep)
577 ip->st_gid = (gid_t)strtoul(val, &ep, 10);
578 if (*ep)
[all...]
/freebsd-11.0-release/contrib/libpcap/
H A Doptimize.c259 propedom(struct edge *ep) argument
261 SET_INSERT(ep->edom, ep->id);
262 if (ep->succ) {
263 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords);
264 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
1277 fold_edge(struct block *child, struct edge *ep) argument
1281 int code = ep
1329 opt_j(struct edge *ep) argument
1389 struct edge *ep; local
1481 struct edge *ep; local
[all...]
/freebsd-11.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c378 ng_hci_lp_con_cfm_ep *ep = NULL; local
382 if (msg->header.arglen != sizeof(*ep))
385 ep = (ng_hci_lp_con_cfm_ep *)(msg->data);
390 pcb = ng_btsocket_sco_pcb_by_addrs(&rt->src, &ep->bdaddr);
406 ep->status, ep->con_handle, pcb->state);
417 if (ep->status == 0) {
423 pcb->con_handle = ep->con_handle;
451 ng_hci_lp_con_ind_ep *ep = NULL; local
456 if (msg->header.arglen != sizeof(*ep))
553 ng_hci_lp_discon_ind_ep *ep = NULL; local
608 ng_hci_lp_con_req_ep *ep = NULL; local
639 ng_hci_lp_con_rsp_ep *ep = NULL; local
668 ng_hci_lp_discon_req_ep *ep = NULL; local
827 ng_hci_node_up_ep *ep = NULL; local
866 ng_hci_sync_con_queue_ep *ep = NULL; local
[all...]
/freebsd-11.0-release/lib/libc/db/recno/
H A Drec_get.c225 u_char *sp, *ep, *p; local
238 ep = (u_char *)t->bt_emap;
240 if (sp >= ep) {
246 sp < ep && len > 0; *p++ = *sp++, --len);
270 u_char *sp, *ep; local
275 ep = (u_char *)t->bt_emap;
279 if (sp >= ep) {
283 for (data.data = sp; sp < ep && *sp != bval; ++sp);
/freebsd-11.0-release/lib/libc/net/
H A Dmap_v4v6.c88 _map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) { argument
101 if ((ep - *bpp) < (i + IN6ADDRSZ)) {
/freebsd-11.0-release/contrib/amd/amd/
H A Damfs_host.c306 exports *ep = 0; local
419 ep = (exports *) xmalloc(n_export * sizeof(exports));
426 ep[j++] = ex;
436 qsort(ep, n_export, sizeof(exports), sortfun);
450 if (j > k && ep[k] && STREQ(ep[j]->ex_dir, ep[k]->ex_dir)) {
451 dlog("avoiding dup fhandle requested for %s", ep[j]->ex_dir);
452 ep[j] = 0;
455 error = fetch_fhandle(client, ep[
[all...]
/freebsd-11.0-release/contrib/tnftp/src/
H A Dfetch.c150 char *ep, *clear, *realm; local
180 if ((ep = strchr(cp, '\"')) != NULL) {
181 len = ep - cp;
327 char *cp, *ep, *thost; local
372 ep = strchr(url, '/');
373 if (ep == NULL)
376 len = ep - url;
380 ep++;
381 *path = ftp_strdup(ep);
409 if ((ep
495 char *ep; local
[all...]
/freebsd-11.0-release/lib/libc/gen/
H A Dpw_scan.c75 char *ep, *p, *sh; local
105 temp = strtoul(p, &ep, 10);
112 if (*ep != '\0') {
140 temp = strtoul(p, &ep, 10);
147 if (*ep != '\0') {
/freebsd-11.0-release/sbin/dmesg/
H A Ddmesg.c79 char *bp, *ep, *memf, *nextp, *nlistf, *p, *q, *visbp; local
180 ep = &bp[buflen];
187 p = memchr(p, '\n', ep - p);
190 for (; p < ep; p = nextp) {
191 nextp = memchr(p, '\n', ep - p);
/freebsd-11.0-release/usr.bin/tail/
H A Dread.c68 char *ep, *p, *t; local
75 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) {
77 if (++p == ep) {
96 for (t = ep - 1, len = 0; t >= p; --t, ++len)
113 if (wrap && (len = ep - p))

Completed in 185 milliseconds

1234567891011>>