/freebsd/sys/netinet/libalias/ |
H A D | alias_db.c | 100 StartPointIn(struct libalias *la, in StartPointIn() argument 111 grp = SPLAY_FIND(splay_in, &la->linkSplayIn, &needle); in StartPointIn() 119 SPLAY_INSERT(splay_in, &la->linkSplayIn, grp); in StartPointIn() 157 ShowAliasStats(struct libalias *la) in ShowAliasStats() argument 159 LIBALIAS_LOCK_ASSERT(la); in ShowAliasStats() 161 if (la->logDesc) { in ShowAliasStats() 162 int tot = la->icmpLinkCount + la->udpLinkCount + in ShowAliasStats() 163 (la->sctpLinkCount>>1) + /* sctp counts half associations */ in ShowAliasStats() 164 la->tcpLinkCount + la->pptpLinkCount + in ShowAliasStats() 165 la->protoLinkCount + la->fragmentIdLinkCount + in ShowAliasStats() [all …]
|
H A D | alias.c | 272 static int ProtoAliasIn(struct libalias *la, struct in_addr ip_src, 274 static int ProtoAliasOut(struct libalias *la, struct ip *pip, 289 IcmpAliasIn1(struct libalias *la, struct ip *pip) in IcmpAliasIn1() argument 294 LIBALIAS_LOCK_ASSERT(la); in IcmpAliasIn1() 298 lnk = FindIcmpIn(la, pip->ip_src, pip->ip_dst, ic->icmp_id, 1); in IcmpAliasIn1() 333 IcmpAliasIn2(struct libalias *la, struct ip *pip) in IcmpAliasIn2() argument 341 LIBALIAS_LOCK_ASSERT(la); in IcmpAliasIn2() 350 lnk = FindUdpTcpIn(la, ip->ip_dst, ip->ip_src, in IcmpAliasIn2() 354 lnk = FindUdpTcpIn(la, ip->ip_dst, ip->ip_src, in IcmpAliasIn2() 359 lnk = FindIcmpIn(la, ip->ip_dst, ip->ip_src, ic2->icmp_id, 0); in IcmpAliasIn2() [all …]
|
H A D | alias_sctp.c | 101 static int sctp_PktParser(struct libalias *la, int direction, struct ip *pip, 103 static int GetAsconfVtags(struct libalias *la, struct sctp_nat_msg *sm, 105 static int IsASCONFack(struct libalias *la, struct sctp_nat_msg *sm, int direction); 110 static int IsADDorDEL(struct libalias *la, struct sctp_nat_msg *sm, int direction); 113 static int ProcessSctpMsg(struct libalias *la, int direction, \ 116 static int ID_process(struct libalias *la, int direction,\ 118 static int INi_process(struct libalias *la, int direction,\ 120 static int INa_process(struct libalias *la, int direction,\ 122 static int UP_process(struct libalias *la, int direction,\ 124 static int CL_process(struct libalias *la, int direction,\ [all …]
|
H A D | alias_ftp.c | 108 fingerprint_out(struct libalias *la, struct alias_data *ah) in fingerprint_out() argument 120 fingerprint_in(struct libalias *la, struct alias_data *ah) in fingerprint_in() argument 131 protohandler_out(struct libalias *la, struct ip *pip, struct alias_data *ah) in protohandler_out() argument 133 AliasHandleFtpOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler_out() 138 protohandler_in(struct libalias *la, struct ip *pip, struct alias_data *ah) in protohandler_in() argument 140 AliasHandleFtpIn(la, pip, ah->lnk); in protohandler_in() 209 static int ParseFtpPortCommand(struct libalias *la, char *, int); 210 static int ParseFtpEprtCommand(struct libalias *la, char *, int); 211 static int ParseFtp227Reply(struct libalias *la, char *, int); 212 static int ParseFtp229Reply(struct libalias *la, char *, int); [all …]
|
H A D | alias_local.h | 218 void AliasSctpInit(struct libalias *la); 219 void AliasSctpTerm(struct libalias *la); 220 int SctpAlias(struct libalias *la, struct ip *ip, int direction); 239 AddLink(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, 243 FindIcmpIn(struct libalias *la, struct in_addr _dst_addr, struct in_addr _alias_addr, 246 FindIcmpOut(struct libalias *la, struct in_addr _src_addr, struct in_addr _dst_addr, 249 FindFragmentIn1(struct libalias *la, struct in_addr _dst_addr, struct in_addr _alias_addr, 252 FindFragmentIn2(struct libalias *la, struct in_addr _dst_addr, struct in_addr _alias_addr, 255 AddFragmentPtrLink(struct libalias *la, struct in_addr _dst_addr, u_short _ip_id); 257 FindFragmentPtr(struct libalias *la, struct in_addr _dst_addr, u_short _ip_id); [all …]
|
H A D | alias_pptp.c | 80 fingerprint(struct libalias *la, struct alias_data *ah) in fingerprint() argument 91 fingerprintgre(struct libalias *la, struct alias_data *ah) in fingerprintgre() argument 97 protohandlerin(struct libalias *la, struct ip *pip, struct alias_data *ah) in protohandlerin() argument 99 AliasHandlePptpIn(la, pip, ah->lnk); in protohandlerin() 104 protohandlerout(struct libalias *la, struct ip *pip, struct alias_data *ah) in protohandlerout() argument 106 AliasHandlePptpOut(la, pip, ah->lnk); in protohandlerout() 111 protohandlergrein(struct libalias *la, struct ip *pip, struct alias_data *ah) in protohandlergrein() argument 113 if (la->packetAliasMode & PKT_ALIAS_PROXY_ONLY || in protohandlergrein() 114 AliasHandlePptpGreIn(la, pip) == 0) in protohandlergrein() 120 protohandlergreout(struct libalias *la, struct ip *pip, struct alias_data *ah) in protohandlergreout() argument [all …]
|
H A D | alias_proxy.c | 91 struct libalias *la; member 138 static void RuleAdd(struct libalias *la, struct proxy_entry *); 140 static int RuleNumberDelete(struct libalias *la, int); 200 RuleAdd(struct libalias *la, struct proxy_entry *entry) in RuleAdd() argument 206 LIBALIAS_LOCK_ASSERT(la); in RuleAdd() 208 entry->la = la; in RuleAdd() 209 if (la->proxyList == NULL) { in RuleAdd() 210 la->proxyList = entry; in RuleAdd() 217 ptr = la->proxyList; in RuleAdd() 222 entry->next = la->proxyList; in RuleAdd() [all …]
|
/freebsd/tests/sys/netinet/libalias/ |
H A D | 3_natin.c | 44 struct libalias *la = LibAliasInit(NULL); variable 49 ATF_REQUIRE(la != NULL); 50 LibAliasSetAddress(la, masq); 51 LibAliasSetMode(la, PKT_ALIAS_RESET_ON_ADDR_CHANGE, ~0); 52 LibAliasSetMode(la, PKT_ALIAS_DENY_INCOMING, PKT_ALIAS_DENY_INCOMING); 57 …pf1 = LibAliasRedirectPort(la, prv1, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPRO… 69 LibAliasSetAddress(la, ext); 70 LibAliasSetAddress(la, masq); 73 LibAliasRedirectDelete(la, pf1); 79 …pf2 = LibAliasRedirectPort(la, prv2, ntohs(0x1234), ext, ntohs(0), masq, ntohs(0xabcd), IPPROTO_UD… [all …]
|
H A D | 2_natout.c | 44 struct libalias *la = LibAliasInit(NULL); variable 47 ATF_REQUIRE(la != NULL); 48 LibAliasSetAddress(la, masq); 49 LibAliasSetMode(la, 0, ~0); 59 LibAliasUninit(la); 65 struct libalias *la = LibAliasInit(NULL); variable 68 ATF_REQUIRE(la != NULL); 69 LibAliasSetAddress(la, masq); 70 LibAliasSetMode(la, PKT_ALIAS_UNREGISTERED_ONLY, ~0); 84 LibAliasSetMode(la, 0, PKT_ALIAS_UNREGISTERED_ONLY); [all …]
|
H A D | 1_instance.c | 59 struct libalias *la; variable 61 la = LibAliasInit(NULL); 62 ATF_CHECK_MSG(la != NULL, "Creating an instance failed."); 63 LibAliasUninit(la); 73 struct libalias *la; variable 76 la = LibAliasInit(NULL); 78 struct libalias *lo = la; 80 la = LibAliasInit(la); 81 ATF_CHECK_MSG(la == lo, "Recreating moved the instance around: %d", i); 83 LibAliasUninit(la); [all …]
|
/freebsd/contrib/tcsh/nls/french/ |
H A D | set3 | 6 4 Coupe depuis le début de la ligne jusqu'au curseur - sauvegardé dans le tampon de copie 8 6 Va au début de la ligne 9 7 Met en majuscules les caractères depuis le curseur jusqu'à la fin du mot 10 8 Vi change la casse du caractère sous le curseur et avance d'un caractère 11 9 Vi change jusqu'à la fin de la ligne 12 10 Efface l'écran en laissant la ligne courant au dessus 18 16 Copie la zone entre la marque et le curseur dans le tampon de copie 21 19 Efface le caractère sous le curseur, ou signale la fin de fichier si ligne vide 23 21 Efface le caractère sous le curseur, liste les compléments ou signale la fin de fichier 24 22 Coupe depuis le curseur jusqu'à la fin du mot courant - sauvegardé dans le tampon de copie [all …]
|
H A D | set4 | 6 4 efface jusqu'à la fin de la ligne 14 12 curseur de la ligne d'état 20 18 curseur vers la gauche 21 19 curseur vers la droite 28 26 curseur à la ligne d'état 36 34 curseur vers la gauche (plusieurs) 37 35 curseur vers la droite (plusieurs) 44 42 retoure-chariot ignoré à la droite de la marge
|
/freebsd/sys/netinet/ |
H A D | if_ether.c | 186 struct ifnet *ifp, int bridged, struct llentry *la); 187 static void arp_mark_lle_reachable(struct llentry *la, struct ifnet *ifp); 464 struct llentry *la = NULL, *la_tmp; in arpresolve_full() local 477 la = lla_lookup(LLTABLE(ifp), LLE_EXCLUSIVE, dst); in arpresolve_full() 478 if (la == NULL && (ifp->if_flags & (IFF_NOARP | IFF_STATICARP)) == 0) { in arpresolve_full() 479 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in arpresolve_full() 480 if (la == NULL) { in arpresolve_full() 492 LLE_WLOCK(la); in arpresolve_full() 496 lltable_link_entry(LLTABLE(ifp), la); in arpresolve_full() 499 lltable_free_entry(LLTABLE(ifp), la); in arpresolve_full() [all …]
|
/freebsd/contrib/tcsh/nls/spanish/ |
H A D | set3 | 5 3 Cortar desde el comienzo de la palabra hasta el cursor - se guarda en el buffer 6 4 Cortar desde el comienzo de la línea hasta el cursor - se guarda en el buffer 7 5 Ir hasta el comienzo de la palabra 8 6 Ir hasta el comienzo de la línea 9 7 Convertir en mayúsculas los caracteres desde el cursor hasta el final de la palabra 11 9 Vi: cambia hasta el final de la línea 12 10 Borra la pantalla y coloca la línea actual al comienzo 13 11 Completa la palabra 16 14 Completa la palabra ignorando los modos programables 17 15 Copia la palabra hasta el cursor [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_sysctl.c | 77 handle_string(struct l___sysctl_args *la, const char *value) in handle_string() argument 81 if (la->oldval != 0) { in handle_string() 83 error = copyout(value, PTRIN(la->oldval), len + 1); in handle_string() 84 if (!error && la->oldlenp != 0) in handle_string() 85 error = copyout(&len, PTRIN(la->oldlenp), sizeof(len)); in handle_string() 93 if (la->newval != 0) in handle_string() 102 struct l___sysctl_args la; in linux_sysctl() local 108 error = copyin(args->args, &la, sizeof(la)); in linux_sysctl() 114 if (la.nlen <= 0 || la.nlen > LINUX_CTL_MAXNAME) { in linux_sysctl() 115 LIN_SDT_PROBE2(sysctl, linux_sysctl, wrong_length, la.nlen, in linux_sysctl() [all …]
|
/freebsd/sys/net/ |
H A D | ieee8023ad_lacp.c | 607 struct lacp_aggregator *la; in lacp_req() local 619 la = lsc->lsc_active_aggregator; in lacp_req() 621 if (la != NULL) { in lacp_req() 622 req->actor_prio = ntohs(la->la_actor.lip_systemid.lsi_prio); in lacp_req() 623 memcpy(&req->actor_mac, &la->la_actor.lip_systemid.lsi_mac, in lacp_req() 625 req->actor_key = ntohs(la->la_actor.lip_key); in lacp_req() 626 req->actor_portprio = ntohs(la->la_actor.lip_portid.lpi_prio); in lacp_req() 627 req->actor_portno = ntohs(la->la_actor.lip_portid.lpi_portno); in lacp_req() 628 req->actor_state = la->la_actor.lip_state; in lacp_req() 630 req->partner_prio = ntohs(la->la_partner.lip_systemid.lsi_prio); in lacp_req() [all …]
|
/freebsd/crypto/heimdal/kdc/ |
H A D | Makefile.am | 7 lib_LTLIBRARIES = libkdc.la 69 $(top_builddir)/lib/hdb/libhdb.la \ 70 $(top_builddir)/lib/krb5/libkrb5.la \ 73 $(top_builddir)/lib/asn1/libasn1.la \ 78 $(top_builddir)/lib/hdb/libhdb.la \ 79 $(top_builddir)/lib/krb5/libkrb5.la \ 82 $(top_builddir)/lib/asn1/libasn1.la \ 87 LIB_pkinit = $(top_builddir)/lib/hx509/libhx509.la 92 $(top_builddir)/lib/hdb/libhdb.la \ 93 $(top_builddir)/lib/krb5/libkrb5.la \ [all …]
|
/freebsd/sys/x86/x86/ |
H A D | local_apic.c | 224 static void lapic_calibrate_initcount(struct lapic *la); 348 static uint32_t lvt_mode(struct lapic *la, u_int pin, uint32_t value); 358 lvt_mode_impl(struct lapic *la, struct lvt *lvt, u_int pin, uint32_t value) in lvt_mode_impl() argument 377 la->la_id, pin); in lvt_mode_impl() 392 lvt_mode(struct lapic *la, u_int pin, uint32_t value) in lvt_mode() argument 398 if (la->la_lvts[pin].lvt_active) in lvt_mode() 399 lvt = &la->la_lvts[pin]; in lvt_mode() 403 return (lvt_mode_impl(la, lvt, pin, value)); in lvt_mode() 407 elvt_mode(struct lapic *la, u_int idx, uint32_t value) in elvt_mode() argument 414 elvt = &la->la_elvts[idx]; in elvt_mode() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | Makefile.am | 21 libzfs_core.la \ 22 libzfs.la \ 23 libnvpair.la 29 libzpool.la \ 30 libzfs_core.la 43 libzpool.la \ 44 libnvpair.la 60 libzfs_core.la \ 61 libnvpair.la 82 libzfs_core.la \ [all …]
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | include.am | 19 sample_le_proxy_LDADD = libevent.la libevent_openssl.la $(OPENSSL_LIBS) $(OPENSSL_LIBADD) 27 sample_https_client_LDADD = libevent.la libevent_openssl.la $(OPENSSL_LIBS) $(OPENSSL_LIBADD) 41 $(SAMPLES) : libevent.la 44 sample_event_read_fifo_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 46 sample_time_test_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 48 sample_signal_test_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 50 sample_dns_example_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 52 sample_hello_world_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 54 sample_http_server_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 56 sample_http_connect_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
|
/freebsd/contrib/libevent/sample/ |
H A D | include.am | 19 sample_le_proxy_LDADD = libevent.la libevent_openssl.la $(OPENSSL_LIBS) $(OPENSSL_LIBADD) 27 sample_https_client_LDADD = libevent.la libevent_openssl.la $(OPENSSL_LIBS) $(OPENSSL_LIBADD) 41 $(SAMPLES) : libevent.la 44 sample_event_read_fifo_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 46 sample_time_test_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 48 sample_signal_test_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 50 sample_dns_example_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 52 sample_hello_world_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 54 sample_http_server_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la 56 sample_http_connect_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArch.td | 73 // Expand la.global as la.pcrel 75 : SubtargetFeature<"la-global-with-pcrel", "HasLaGlobalWithPcrel", "true", 76 "Expand la.global as la.pcrel">; 80 "Expand la.global as la.pcrel">; 82 // Expand la.global as la.abs 84 : SubtargetFeature<"la-global-with-abs", "HasLaGlobalWithAbs", "true", 85 "Expand la.global as la.abs">; 89 "Expand la.global as la.abs">; 91 // Expand la.local as la.abs 93 : SubtargetFeature<"la-local-with-abs", "HasLaLocalWithAbs", "true", [all …]
|
/freebsd/contrib/tcsh/nls/italian/ |
H A D | set3 | 10 8 Vi: cambia in maiuscolo/minuscolo la lettera sotto il cursore e avanza di un carattere 12 10 Cancella lo schermo lasciando la linea corrente in alto 13 11 Completa la parola corrente 16 14 Completa la parola corrente ignorando le modalità di completamento programmabili 17 15 Copia la parola corrente nella posizione del cursore 18 16 Copia la zona tra il cursore e il segno nel buffer 19 17 Espande nella precedente parola di cui questa è la parte iniziale 21 19 Cancella il carattere sotto il cursore o segnala la fine del file in una linea vuota 23 21 Cancella il carattere sotto il cursore, elenca completamenti o segnala la fine del file 25 23 Aggiunge all'argomento qualora iniziato, altrimenti inserisce la cifra [all …]
|
/freebsd/lib/libc/nameser/ |
H A D | ns_samedomain.c | 50 size_t la, lb; in ns_samedomain() local 54 la = strlen(a); in ns_samedomain() 58 if (la != 0U && a[la - 1] == '.') { in ns_samedomain() 61 for (i = la - 2; i >= 0; i--) in ns_samedomain() 70 la--; in ns_samedomain() 94 if (lb > la) in ns_samedomain() 98 if (lb == la) in ns_samedomain() 103 diff = la - lb; in ns_samedomain()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | include.am | 88 test_test_init_LDADD = libevent_core.la 90 test_test_dumpevents_LDADD = libevent_core.la 92 test_test_eof_LDADD = libevent_core.la 94 test_test_closed_LDADD = libevent_core.la 96 test_test_changelist_LDADD = libevent_core.la 98 test_test_weof_LDADD = libevent_core.la 100 test_test_time_LDADD = libevent_core.la 102 test_test_ratelim_LDADD = libevent_core.la -lm 104 test_test_fdleak_LDADD = libevent_core.la 129 PTHREAD_LIBS += libevent_pthreads.la [all …]
|